Kisszalimo commented on issue #3066:
URL: https://github.com/apache/mynewt-core/issues/3066#issuecomment-1734148661

   @kasjer i was able to reduce my build by applying your advice. Now it uses 
~180KB space which is a notable difference (of course it depends on the needs 
of your application). However if flash memory is a bottleneck, maybe you should 
consider using an older verson of LVGL.
   
   I am fairly new to mynewt and sometimes the project structure and its 
working mechanism is a bit mysterious for me. For example, if I do not add
   ```
   LVGL_DEFAULT_LV_CONF: 0
   ```
   to my app `syscfg.yml` (leave it default), it seems mynewt use my custom 
`lv_conf.h` anyway, instead of ignoring it and use the default LVGL config file 
as expected. The only way to force mynewt to use default config file is to 
delete my custom config file from the project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to