-
Hi all,
I got IDF v5.2 (master) & [LVGL 8.3.7](https://github.com/lvgl/lvgl/commit/2b56e04205481daa6575bd5f7ab5df59d11676eb) to compile.
See https://github.com/hiruna/lvgl_esp32_drivers/tree/dev…
-
Apologies, I'm new to the Pico device. I've hit a weird issue where disabling and then re-enabling interrupts seems to crash the MCU. I'm using the latest version of this core (4.2.0). Is this expecte…
MProx updated
1 month ago
-
I can use canvas with an ESP32 using Arduino IDE 2, with no problem, but simply changing the board from ESP32 to UNO causes build errors. I assume Arduino GFX should work with UNOs? I have tried usin…
-
Hello,
I am trying to display text on an SSD1306 using a Raspberry Pi Pico2.
I used the code from the develop branch, but it didn’t work properly.
But, It worked correctly after applying similar …
-
**Describe the problem you have/What new integration you would like**
We currently have an integration for LVGL that allows us to use the vast library to render components to our screens (such as…
-
The docs say to use this command
```
cd micropython/ports/rp2
make \
BOARD=RPI_PICO \
FROZEN_MANIFEST=../../../../gc9a01c/manifest.py \
USER_C_MODULES=../../../gc9a01c/src/micropyt…
-
```bash
python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT --flash-size=16 DISPLAY=gc9a01
```
erro information:
```
File "/home/runner/work/micropython_esp32_firmware/micropyth…
-
**Describe the bug**
I'm getting the error below when trying to build the light example for esp32c6. I'm using branch release/v1.3.
Looking at the last build report this also seems to be broken on m…
-
Hello, great library!
I am trying to use it with slint on esp32-s3 and I am getting `Exception occured 'LoadProhibited'` error
The funny thing is, my equivalent implementation of https://github.…
rsov updated
2 months ago
-
```python
import lvgl as lv
import gc9a01
import lcd_bus
from machine import SPI, Pin
from micropython import const
_WIDTH = const(240)
_HEIGHT = const(240)
_SPI_HOST = const(2)
_SP…