-
Dear huxiangjs,
I'm stuck with driver not working
```
[root@luckfox ~]# ls /dev/fb*
ls: /dev/fb*: No such file or directory
```
Can you show me the full contents of your .dts file? Did you use "…
-
Hey :)
There are this cool round screens.
How can I display my raspberry pi GUI on it? (Like you do in this repository with other SPI screens and controllers)
Or just show a video on it?
It's co…
-
-
Any idea how to do it?
I just want to play a video on the small round screen.
I am connected via SPI, rpi 3 b, and managed to show an image, that's it.
Showing the GUI and running omxplayer sou…
-
Hi.
Some time ago I started running your programs on the GC9A01 display. Everything worked fine. I played around and put the parts back in the drawer. Now I wanted to do something about this topic ag…
-
hello, I created your assembly, the compilation is OK, but the GC9a01a display remains completely gray.
Do you have any idea of the malfunction?
-
I am trying to run your watchesp code on my esp32 and gc9a01, although I will use it as a desktop clock. The esp I am using is the Lolin D32 Pro V2 with a builtin tft connector. I have changed the TFT…
-
I got some compilation errors in lvgl_helpers.c
First:
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "src/core/lv_refr.h" instead of #include "src/**lv_core**/lv_refr.h"
#else
#include "lvg…
-
I use the last build and comile for ESP32_C3 with
python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_C3 DISPLAY=st7789
firmware compiles without error, upload to board without erro…
-
Sorry if this is a silly question, I'm a newbie in Skia. My goal is to draw some simple frames and send them to a GC9A01 display using a Raspberry PI. This display uses the RGB565 format, meaning that…