espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

Support need to Up the LCD! (AIV-600) #251

Closed ghost closed 6 months ago

ghost commented 1 year ago

Hi team,

I am new to this ESP32-S3-EYE , I need to do programming on LCD in Arduino ide but i am unable to programming on it. i tried with example codes i.e TFT and TFT_espi examples also. I need part number of that 1.3 inch LCD and what are the drivers support for that LCD and pixels of that LCD kind of information.

please help me out.

Sandra-lol commented 1 year ago

Hello, the LCD model is WT013-H12102 from wireless-tag driver is here: https://github.com/espressif/esp-idf/blob/master/components/esp_lcd/src/esp_lcd_panel_st7789.c

ghost commented 1 year ago

Hi sandra-lol,

Thank you for your replay. with this driver is it possible to do LCD programming in Arduino ide 2.0.4v platform?

Sandra-lol commented 1 year ago

Yeah should work!

ghost commented 6 months ago

Thanks for support