Remove unused functions
Hello,
I am working on H750 while the flash is limited.
Because the LCD is RGB565, may I know if the the unrelated functions can be removed? such as functions related with ARGB8888 and RGB888. Thanks.

Hello,
I am working on H750 while the flash is limited.
Because the LCD is RGB565, may I know if the the unrelated functions can be removed? such as functions related with ARGB8888 and RGB888. Thanks.

If you enable optimization then dead code is removed (I'm not sure of the optimization level, but that's a pretty obvious optimization).
If you know of any particular functions that are not used, check your .map file. The .map file will give you the address allocated to the function and if it has been removed, it will not be in the memory map.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.