sukesh-ak / ESP32-LVGL8x-SDSPI

ESP32 / ESP32-S3 with LVGL widgets using LovyanGFX + SD SPI working with multiple display size support
MIT License
39 stars 8 forks source link

lv_disp_set_bg_color not working #3

Open cyberumut opened 1 year ago

cyberumut commented 1 year ago

hello bro, i wanna change the background color this using code lv_disp_set_bg_color(NULL, lv_color_hex3(0x000)); or lv_disp_set_bg_color(disp, lv_color_hex3(0x000));

but not working . how to change background color ?