-
Hello! I want to play MP3 from SD Card on RP2040. Can someone help me with it? Examples in library is not working for me.
-
> As a badge hacker I want to use the display using high level framebuffer MicroPython code
-
Would any of your drivers support this board? https://www.olimex.com/Products/Modules/LCD/MOD-LCD6610/open-source-hardware
samuk updated
2 years ago
-
Hello!
### Describe the bug
I am printing long strings to the GUI elements (gslc_ElemCreateTxt), and text gets out of element's boundaries.
I see usage of ClipRect and setViewport in GUIslice, bu…
en-ot updated
3 years ago
-
Guru Meditation Error: Core 0 panic'ed (Store access fault). Exception was unhandled.
Core 0 register dump:
MEPC : 0x4205061a RA : 0x42050612 SP : 0x3fca6c80 GP : 0x3fc8c600…
-
hi,
i trying to get fbcp-ili9341 running. but no success.
instead this python code runs on the same wiring perfectly: https://github.com/solinnovay/Python_ST7789
seems to be a 7789 driver with the …
ozett updated
3 years ago
-
The below provided is our code-
#include
#include
// Install the "XPT2046_Touchscreen" library by Paul Stoffregen to use the Touchscreen - https://github.com/PaulStoffregen/XPT2046_Touchscreen…
-
Device crashes at boot.
Open issue in Arduino repo https://github.com/espressif/arduino-esp32/issues/9618#issuecomment-2113344119
and
https://github.com/Xinyuan-LilyGO/T-Dongle-S3/issues/26
-
Hi, and thanks for this repo!
I believe that by forcing the pull where there would be a NOP instead, a race condition is avoided, and the WR clock line is kept in consistent state.
```
.program…
-
### LVGL version
9.3.0
### What happened?
i use board stm32f746G-DISCO, when i use macro lv_disp_set_rotation(lv_disp_get_default(), LV_DISP_ROTATION_180), i cannot rotate the screen, all but…