-
I am trying to run crystalfonts lcd cfaf240320a0024sc (https://www.crystalfontz.com/product/cfaf240320a0024sc-240x320-full-color-touchscreen-tft-2-4) with stm32mpu over SPI. The LCD controller is ST77…
-
Describe the issue
I cant use my Touch.
Code to reproduce the issue
I use the arduino esp port. And load the Library TFT_eSPI
the kallibration of the touch is working after that i init the lvgl …
-
Hey guys!
I was using the master branch here for my setup , but as i saw the video about the new features on development branch i compiled and tried to use, im having a issue here that the menu loa…
-
I have [a project](https://github.com/elidupree/eliduprees-emg-mouse/tree/main/emg-server) based on [rust-esp32-std-demo](https://github.com/ivmarkov/rust-esp32-std-demo/) that I've been successfully …
-
Rendering on wasp-os is slow because the ST7789 display driver is implemented in MicroPython. Replacing it with a C implementation would improve rendering performance.
This ST7789 driver implemente…
-
Awesome library, love it!
Could you provide a complete list of existing drivers with the names of the supported controllers?
For example, I have a display based on ST7789 and before I write a driv…
-
When I try running this on my ESP32-S2-DevKitM-1 board, it bootloops:
```
I (493) cpu_start: Starting scheduler on PRO CPU.
Guru Meditation Error: Core 0 panic'ed (IllegalInstruction). Exception…
-
### PROBLEM DESCRIPTION
Moving average (M:vname) for Scripting gives inadequate results. This actual at least for 2 independand builds (env): TTGO and EPS32CAM. Tested on master 9.5.0 and develop…
-
Hi! TFT_eSPI is a wonderful library. I'm using it to hack the EleksTube IPS Nixie clock. It's an ESP32 clock using ST7789 135x240 displays to fake the look of nixie tubes. The clock is for sale at htt…
-
specifically driver for this one: https://www.buydisplay.com/download/ic/ST7789.pdf
hardware is 135x240: https://www.buydisplay.com/download/manual/ER-TFTM1.14-1_Datasheet.pdf
managed to get it wo…