Search found 5 matches
- Fri May 17, 2024 1:15 am
- Forum: ESP-IDF
- Topic: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch
- Replies: 4
- Views: 5139
- Fri May 03, 2024 9:24 pm
- Forum: ESP-IDF
- Topic: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch
- Replies: 4
- Views: 5139
Re: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch
Here is the fixed 'hello world' example for the ESP32-S3-Touch-LCD-1.28.
https://github.com/oshmykov-dev/cst816d_test
I moved the main loop from the original repository to a separate task which helped to avoid freeze and set levels.reset to 0 as in the original documentation.
The esp_lcd_touch ...
https://github.com/oshmykov-dev/cst816d_test
I moved the main loop from the original repository to a separate task which helped to avoid freeze and set levels.reset to 0 as in the original documentation.
The esp_lcd_touch ...
- Tue Apr 30, 2024 7:03 pm
- Forum: ESP-IDF
- Topic: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch
- Replies: 4
- Views: 5139
[RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch
Hello,
I am trying to build the "peripherals/lcd/spi_lcd_touch" example for the https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28 board.
I was able to run this example https://github.com/espressif/esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch successfully but I cannot figure out ...
I am trying to build the "peripherals/lcd/spi_lcd_touch" example for the https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28 board.
I was able to run this example https://github.com/espressif/esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch successfully but I cannot figure out ...
- Tue Apr 30, 2024 3:10 pm
- Forum: General Discussion
- Topic: [RESOLVED] Is ESP-S3-Touch-LCD-1.28 supported?
- Replies: 2
- Views: 1714
Re: Is ESP-S3-Touch-LCD-1.28 supported?
Thank you, yeah I am jumping between the Arduino IDE and ESP-IDF.
I was actually able to fix the https://github.com/espressif/esp-idf/tr ... _lcd_touch example but without the touch so far.
Trying to configure the touch.
I was actually able to fix the https://github.com/espressif/esp-idf/tr ... _lcd_touch example but without the touch so far.
Trying to configure the touch.
- Tue Apr 23, 2024 5:17 am
- Forum: General Discussion
- Topic: [RESOLVED] Is ESP-S3-Touch-LCD-1.28 supported?
- Replies: 2
- Views: 1714
[RESOLVED] Is ESP-S3-Touch-LCD-1.28 supported?
Hi,
I've been playing with the ESP-S3-Touch-LCD-1.28 board for a few days. I cloned esp-idf and tried a few projects from examples/get-started/hello_world, blink and sample_project. I also tried examples/peripherals/lcd/spi_lcd_touch. It seems OK to build-flash-monitor but I don't see any ...
I've been playing with the ESP-S3-Touch-LCD-1.28 board for a few days. I cloned esp-idf and tried a few projects from examples/get-started/hello_world, blink and sample_project. I also tried examples/peripherals/lcd/spi_lcd_touch. It seems OK to build-flash-monitor but I don't see any ...