FAQ

will this work on the lattepanda?

userHead JaneYu 2021-09-07 17:44:31 97 Views3 Replies

will this work on the lattepanda?

2023-11-25 08:49:33

Two things to note: 1) this screen isn't really usable in landscape mode: the off-axis viewing is so bad in that orientation that each eye will see very different colors, making it visually distracting. In portrait mode it looks fine and the off-axis viewing is fine. And 2) the INT interrupt pin for the touch pad either doesn't work or is outputting too low a voltage to detect with a 3.3V GPIO pin without additional circuitry. (There are some threads posted online about this -- the GT911 chip needs particular configuration to output a "normal" logic level on the interrupt pin -- not sure if that was done on this board.) The touch screen works fine, you just have to poll it.

userHeadPic JaneYu
2023-09-19 08:20:22

Hi - What libraries are recommended for using this with an ESP32? I find the LovyanGFX... would that work? (It says it supports ILI9488 but I don't know if that suffices?) Are there other compatible libraries? What about some with UX widgets and convenience functions to interoperate with the touch screen?

userHeadPic JaneYu
2021-09-10 21:40:27

yes it should but it would be though the gpio pins and not hdmi

userHeadPic JaneYu