HASwitchPlate / openHASP

HomeAutomation Switchplate based on lvgl for ESP32
https://www.openhasp.com
MIT License
695 stars 179 forks source link

Allow overriding of LV_MEM_CUSTOM #705

Closed hb020 closed 5 months ago

hb020 commented 5 months ago

Right now, it is not possible to use user_config_override.h to set #define LV_MEM_CUSTOM 1. Both lv_conf_v7.h and lv_conf_v8.h force the value to 0.

This PR makes it possible to override the value of LV_MEM_CUSTOM.

See the discussion around https://github.com/HASwitchPlate/openHASP/issues/676 for example.