Search found 5 matches

by greggles
Thu Apr 30, 2026 12:45 pm
Forum: General Discussion
Topic: Looking for a working example with esp_lcd_touch_cst816s
Replies: 1
Views: 44

Re: Looking for a working example with esp_lcd_touch_cst816s

tracing the issue, it seems to be related to the reset of the CST816s.

The chip is connected by an IO expander.

Commenting out the "reset" function of esp_lcd_touch_cst816s, and LVGL works fine.
by greggles
Thu Apr 30, 2026 10:38 am
Forum: General Discussion
Topic: Looking for a working example with esp_lcd_touch_cst816s
Replies: 1
Views: 44

Looking for a working example with esp_lcd_touch_cst816s

Trying to convert an existing application to use esp_lvgl_port , esp_lcd_st77916 and esp_lcd_touch_cst816s .

As long as the touch device (CST816) is not enabled, LVGL works fine.

However, if the touch device is enabled the screen is cleared and no LVGL widgets are displayed.

The code to enable ...
by greggles
Sat Mar 14, 2026 11:49 am
Forum: ESP-IDF
Topic: Reading from STDIN never returns any data
Replies: 4
Views: 160

Re: Reading from STDIN never returns any data

Thank you! I must have missed than nuance in the documentation.

Image
by greggles
Fri Mar 13, 2026 8:51 am
Forum: ESP-IDF
Topic: Reading from STDIN never returns any data
Replies: 4
Views: 160

Re: Reading from STDIN never returns any data

I tried your code complete, and again for me it's not indicating any data being received (I tried with both "screen" and "idf.py montitor"). The output of the ESP32 is displayed, but data sent to the ESP32 is not received.

That is puzzling.

What ESP32 are you using?

The Waveshare board being used ...
by greggles
Fri Mar 13, 2026 7:07 am
Forum: ESP-IDF
Topic: Reading from STDIN never returns any data
Replies: 4
Views: 160

Reading from STDIN never returns any data

Hello,

Using a variant "waveshare_esp32_s3_touch_amoled_241" I'm not have any success trying to read characters from stdin.

Starting with the "hello_world_main" example from ESP IDF, the following has been added as a task during the countdown:

void reader( void *pvParameters ) {
printf("Reader ...

Go to advanced search