nakamochi / ndg

nakamochi daemon and gui source code
https://nakamochi.io
MIT License
2 stars 1 forks source link

generate lv_conf.h automatically #3

Open x1ddos opened 1 month ago

x1ddos commented 1 month ago

at the moment, lv_conf.h and lv_drv_conf.h are static files modified manually.

this is suboptimal because some options are duplicated in build.zig. a better way would be to generated them automatically at build time now that "config file generation" feature is available as of zig v0.11: https://ziglang.org/download/0.11.0/release-notes.html#Configuration-File-Generation