[fix][examples] modify some demos peripheral init parameters,update ld file

This commit is contained in:
jzlv 2021-09-26 15:03:34 +08:00
parent ee03cdc86e
commit 48479d0e20
33 changed files with 544 additions and 626 deletions

View file

@ -244,7 +244,7 @@ int main(void)
MSG("%s", str);
while (lcd_draw_is_busy()) {
BL_DRV_DUMMY;
__ASM volatile("nop");
}
lcd_draw_str_ascii16(5, 180, 0xFFFF, 0x0010, str, 0xff);