comparison Common/CPU1-F429.ld @ 1029:e938901f6386 GasConsumption

Text editfield redraw string: The size of characters may vary from letter to letter. This caused the edit string to be partly overwritten. To avoid this the following ltters are now rewritten in case the current letter is changed.
author Ideenmodellierer
date Sun, 07 Sep 2025 20:44:35 +0200
parents 01f40cb1057e
children
comparison
equal deleted inserted replaced
1028:3d9552e4997c 1029:e938901f6386
206 } > ROM 206 } > ROM
207 207
208 /* Define Known Address for Each Font */ 208 /* Define Known Address for Each Font */
209 /* Flash Sector 23 is protected (bootloader font + image) => use end of sector 22 */ 209 /* Flash Sector 23 is protected (bootloader font + image) => use end of sector 22 */
210 210
211 .lower_fonts 0x080A0000 : { 211 .lower_fonts 0x080AA000 : {
212 *(.lower_fonts.image_data_*) 212 *(.lower_fonts.image_data_*)
213 213
214 *(.lower_fonts.*) 214 *(.lower_fonts.*)
215 } > ROM 215 } > ROM
216 216