Giter Club home page Giter Club logo

wavesharedisplay's Introduction

ESP32-S3-Touch-LCD-7 - Waveshare

ESP32-S3 7inch Capacitive Touch Display Development Board, ESP32 With Display, 800×480, 5-point Touch, 32-bit LX7 Dual-core Processor


This is VS Code/PlatformIO project, Using framework-espidf @ 3.50201.240515 (5.2.1). For the Waveshare ESP32S3-Touch-LCD-7 development board. In its current state, it runs on my setup. But I have modified at least one of the ESPIDF component files. Namely, the .platformio/packages/framework-espidf/components/driver/i2c/i2c_master.c file was modified by adding the folowing entry: ESP_RETURN_ON_ERROR(s_i2c_asynchronous_transaction(i2c_dev, i2c_ops, DIM(i2c_ops), xfer_timeout_ms), TAG, "I2C transaction failed"); /JMH ADD2/ vTaskDelay(1); //adding this here stopped unexplained crashes The main focus of this effort is to create a set of source code files that can be used with the IDE configuration described above. The code contained in this repository comes primarily from the code found at the Waveshare Wiki site, for this board. And is assumed to be ‘open source’ code. The main reason, for the creation of this repository is the code found, at the wiki site, was written around what espressif now calls ‘legacy I2C drivers’. Using the 5.2 framework, to compile the wiki source code, creates a binary that will flash, but wont run. Because the resulting .bin file contains references to both the 'legacy', & current I2C drivers.


Note for those interested: The waveshare display uses the GT911 chip, for touch interface, and the ST7262 to drive the display.





wavesharedisplay's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.