Xinyuan-LilyGO / T-HMI

46 stars 16 forks source link

Hardware interface(s) Examples & Pin config Missing #30

Open vednildip opened 3 weeks ago

vednildip commented 3 weeks ago

Hardware interface(s) Examples Missing hence for New starter it is difficult
I2C I2S SPI Native USB UART PWM ADC GPIO USB CDC Also LovyanGFX versatile for MJPG/ JPG codac interfacing pins can not identifying
Also Audio A2DP examples Missing

vednildip commented 3 weeks ago

ArduinoGFX / LovyanGFX need write (RS) and read pins (RD ) , reset pin using below Liligo_T_HMI schematic show
CS 6 RS 7 WR 8 IRQ 9 RESET -1 ( Not Defined ) But display does yield result , is some thing wrong in my understanding while using ArduinoGFX / LovyanGFX

lewisxhe commented 3 weeks ago

These examples are basically provided by the official website, but this board has few available GPIOs image

vednildip commented 2 weeks ago

would you at least recommend IR receiver compatible library to T HMI so I can omit touch functionality . AS all available IR receiver library are not compatible with ESP32 S3 or not of universal remote.

lewisxhe commented 2 weeks ago

This is the IRRemote library compatible with esp32s3 https://github.com/tonhuisman/IRremoteESP8266/archive/refs/heads/feature/C++20-compatibility.zip

vednildip commented 2 weeks ago

No my dear IRremoteEsp8266 is not compatible S3. Nor Ir not your touch library working With lot of hope I started my this good display but it is not good. Only usable with good display

On Wed, 13 Nov, 2024, 11:26 am Lewis He, @.***> wrote:

This is the IRRemote library compatible with esp32s3

https://github.com/tonhuisman/IRremoteESP8266/archive/refs/heads/feature/C++20-compatibility.zip

— Reply to this email directly, view it on GitHub https://github.com/Xinyuan-LilyGO/T-HMI/issues/30#issuecomment-2472464008, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCHAUZPDSOEYKR3EPR2JQ5T2ALSZ3AVCNFSM6AAAAABRDR55KOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZSGQ3DIMBQHA . You are receiving this because you authored the thread.Message ID: @.***>

lewisxhe commented 2 weeks ago

If the touch screen does not work properly, it is very likely that there is something wrong with the screen. The IRRemote library I sent is compatible with esp32s3 because I am also using this library

vednildip commented 2 weeks ago

Thanks for your reply, I found following IR working with simple library by schreibfaul1/Esp32-IR-Remote-Control

Also I had again burn firmware in your library folder. Intial screen appear for touched had Suessfull to get touch and calbration at firmware flashing stage complete. But when I run upload code your code after seting brightness function. Calibration and touch code gives continuous raw, x, y reading ;not getting stopped like ghost touch, would you please give code to filter those ghost touches. This will simplify my learning.

Thank you,

On Thu, 14 Nov, 2024, 6:37 am Lewis He, @.***> wrote:

If the touch screen does not work properly, it is very likely that there is something wrong with the screen. The IRRemote library I sent is compatible with esp32s3 because I am also using this library

— Reply to this email directly, view it on GitHub https://github.com/Xinyuan-LilyGO/T-HMI/issues/30#issuecomment-2475140719, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCHAUZKMK62276ZFO4QERMT2APZWXAVCNFSM6AAAAABRDR55KOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZVGE2DANZRHE . You are receiving this because you authored the thread.Message ID: @.***>