Xinyuan-LilyGO / T-Display-S3

MIT License
731 stars 173 forks source link

Examples are throwing errors (but working fine). What is the reason for the error? #199

Closed emmettprexus closed 3 months ago

emmettprexus commented 8 months ago

Using the LilyGo T-Display S3 and running the examples I can see it writes the following to the serial port:

[  1545][E][esp32-hal-gpio.c:102] __pinMode(): Invalid pin selected
E (1349) gpio: gpio_set_level(226): GPIO output gpio_num error
[  1546][E][esp32-hal-gpio.c:102] __pinMode(): Invalid pin selected
E (1355) gpio: gpio_set_level(226): GPIO output gpio_num error

This comes when calling the tft.init() method.

I have not been able to figure out what gpios it is talking about. Any way to fix this issue?

lewisxhe commented 7 months ago

I remember this was an error in TouchLib, it didn't check if rst was valid

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.