LVGL micropython ESP32 S3 1N16R8

I’am looking for a .bin file for ESP32 S3 1N16R8 if someone do it. I tried a lot of things with esp-idf, unbuntu to do this , but no success.

Hope someone can help me.
Great thanks in advance

Hi! What exactly do you need? A pre compiled LVGL Micropython example?

Maybe @kdschlosser can help with some guidance.

I don’t have any precompiled binaries but you are more than welcome to compile your own using my version of the LVGL MicroPython binding…

Make sure to read over the README file as it outlines everything that you need to do to compile. It’s not that hard to compile if you are already running Linux. If you are running on Windows you will not be able to compile in Windows directly. You will need to get WSL up and running and I suggest using Ubuntu on WSL as it is well documented. The hardest hurdle is clashing the ESP32 with the firmware. I suggest using WSL to do this as well.If you do a google search for “WSL USB GUI” you should be able to locate an application that makes handling USB redirects to WSL a lot easier to do.

Compiling under MacOS works as well without any issue. Look over the README file so you can install the needed prerequisites using Homebrew.

Daniel

If it helps: ESP32LVGL/Videos/video75 at main · kwinter745321/ESP32LVGL · GitHub
The firmware is generic for ESP32-S3 N16R8 I used across several videos for various project

on YouTube you can see the videos at apply microcontroller solutions

kw