Building lvgl-micropython for esp32-2432S028R board should I specify a variant?

I want to build lvgl-micropython for an esp32-2432S028R (Amazon.com: 2.8 inch ESP32 Display, ESP32 Module ESP32-2432S028R WiFi+BT Dual-core TFT Module ILI9341 Driver for Arduino IoT, ESP32 Development Board 240X320 Smart LCD Display Screen : Electronics) I bought and wonder if I should define a variant when I do the make? Has anyone built for this board?

Ted

Hi @tedx,
This board is extremely popular, and many vendors copy the same design. Pay attention to the pinout.

In the community, this board is known as CYB (Cheap Yellow Board). I recommend you take a look at this link, where a user shared a project related to it:

1 Like

Thanks