-
Hello! I've tested the Tetris and Pumpkin examples.
Compiled and flashed to a Lolin Wemos S3 mini pro, without errors. However no output is visible.
How did you get this to work? Does the `Adafr…
-
I would like to get a GC9A01 display into Wokwi, maybe something like [this](https://www.waveshare.com/1.28inch-lcd-module.htm)
-
Looking for some help with a compiling error for not liking STATIC. I'm going to be verbose just to see where I may have gone wrong.
I'm compiling using Windows 11 Pro using the following installat…
-
A description of the problem and the conditions that cause it to occur
I can't make TFT eSPI to work with ESP32 C3 Super Mini with GC9A01 display. The same HW setup works with Adafruit GC9A01 library…
-
In function GC9A01_flush first argument is wrong because it's struct _disp_drv_t * disp_drv and compiler gives error: 'struct _disp_drv_t' declared inside parameter list will not be visible outside of…
-
### CircuitPython version
```python
documentation
```
### Code/REPL
```python
none
```
### Behavior
The description of the displayio.Display class is missing from the 9.1.x branch ReadtheDocs p…
-
Hello, I'm having an issue just trying to get a minimal example working. I'm using [this](https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28), which has an ESP32-S3 onboard with 16 MB of flash and…
-
rt,圆形屏幕,使用framebuffer驱动,芯片`GC9A01`。
调用:`font.text(LCD, '测试', x, y, show=True, color_type=1)`失败,但屏幕绘制英文正常(使用`LCD.write_text('Test',20,70,3,LCD.black)`)
打了log日志,log如下:
```
开始进行中文绘制 (在for char in r…
-
For those that struggled to set this up. After you install the TFT_eSPI library, you need to go into the Arduino library folder for TFT_eSPI and comment out the line that reads "#include " and then un…
-
Hi Auryn, very nice project for starting. :-)
Thank you for sharing your code.
By using your repo, i noticed that your TFT-configuration is missing in the pio-libdeps-folder
_...\ESP32_festival…