at the moment, [lv_conf.h](https://git.qcode.ch/nakamochi/ndg/src/commit/e84489c3/src/ui/c/lv_conf.h) and [lv_drv_conf.h](https://git.qcode.ch/nakamochi/ndg/src/commit/e84489c3/src/ui/c/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
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
moved to https://github.com/nakamochi/ndg/issues/3