Felix Biego
Felix Biego
You can also add code to the loop https://github.com/lvgl/lv_platformio/blob/7b6b7b2d0cceb449292dde1fe69e37d97d70d86a/hal/sdl2/app_hal.c#L51-L57 In this project, I use main.cpp as the entry point, then lvgl, ui, and other things are handled separately. The UI...
Can you give specifications or links to the boards? Typically, if it has similar screens, then its a matter of changing the pin assignments
does the screen work without SD?
i think you need to set the spi bus shared to true https://github.com/fbiego/esp32-c3-mini/blob/7955dc19059ec0b131871f5e2aa46346521cd02b/hal/esp32/displays/generic.hpp#L63
> The display has a sd card support. I was able to use it in my separate project What library did you use for the display in your project?
This project uses [LovyanGFX](https://github.com/lovyan03/LovyanGFX) for the display drivers. I currently don't have a similar board with SD card support, so I can't test that functionality at the moment You'll likely...
Looks like you had previously connected the esp32 to your phone using different BLE services which might have been cached. You will have to check using nRF Connect app and...
Could you try version 9 and let me know if the issue persists?
Could you try version 9 and let me know if the issue persists?
@jappyjan @dev-web54 The waveshare board uses a different configuration (SPI). We are currently using [LovyanGFX library](https://github.com/lovyan03/LovyanGFX) for the drivers. You would need a matching configuration for your display. To get...