Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Common/CPU1-F429.ld Sun Sep 07 19:08:43 2025 +0200 +++ b/Common/CPU1-F429.ld Sun Sep 07 20:44:35 2025 +0200 @@ -208,7 +208,7 @@ /* Define Known Address for Each Font */ /* Flash Sector 23 is protected (bootloader font + image) => use end of sector 22 */ -.lower_fonts 0x080A0000 : { +.lower_fonts 0x080AA000 : { *(.lower_fonts.image_data_*) *(.lower_fonts.*)
