-
St7789 based displays has several offset configurations, trying to handle all of the options in the flush callback will become harder. A runtime configuration will ease the handling of said offsets.
-
@suda-morris Hi,I had tried,but is not work ok,would you please give me a hand ,Thanks
-
For example, not showing up for Matrix Portal:
![image](https://user-images.githubusercontent.com/8755041/166825837-a489a59e-97d5-4016-a32f-c56cab0d52cb.png)
-
I have been unable to get the display to work with micropython. I have looked around for different implementations, but seem unable to find one that works.
Can you point me to a library that works …
-
The guys here (https://www.hackster.io/wilderness-labs/build-your-own-temperature-monitor-with-meadow-edc696#) used Fritzing to produce schematics/diagram. I wonder where did they get a component for …
-
Hi Russ
It seems that on download is this firmware is much smaller than the others (test on Mac and Linux).
Here's an example:
-rw-rw-r-- 1 andy andy 1724608 Feb 19 18:42 ST7789-ESP32-1.18-…
-
Currently the commit https://github.com/micropython/micropython/commit/efe23aca7154d21a9e8f283313c7a1ac29e05d86 drops the third argument from `MP_REGISTER_MODULE` which breaks compilation against our …
-
Whereas a ST7789 1.14 LCD 240 x 135 display works perfectly, the ST7735S based one one does not. My attempts the last 10 days or so to get this working all failed. As this is a 128 x 160 display, I p…
-
ask for your advice!
my configuration is as follows:
```
cfg.pin_sclk = 18;
cfg.pin_mosi = 19;
cfg.pin_miso = -1;
cfg.pin_dc = 16;
cfg.pin_cs = 5;
cfg.pin_rst = 23;
cfg.pin_bl = 4;
cfg.i…
-
just after upgrade to version=2.4.42 there is an issue with ESP32-S2 and displays:
for #include :
```
libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32.c:17:31: error: 'VSPI' was not declared in thi…