optimisation: lcd_putc_at in belt test
Change in memory: Flash: -4 bytes SRAM: 0 bytes
This commit is contained in:
parent
583c46a63f
commit
87e40f1cee
|
|
@ -5932,8 +5932,7 @@ void lcd_belttest()
|
||||||
{
|
{
|
||||||
Y = eeprom_read_word((uint16_t*)(EEPROM_BELTSTATUS_Y));
|
Y = eeprom_read_word((uint16_t*)(EEPROM_BELTSTATUS_Y));
|
||||||
lcd_set_cursor(10,3),lcd_printf_P(PSTR("%u"),Y);
|
lcd_set_cursor(10,3),lcd_printf_P(PSTR("%u"),Y);
|
||||||
lcd_set_cursor(19, 3);
|
lcd_putc_at(19, 3, LCD_STR_UPLEVEL[0]);
|
||||||
lcd_print(LCD_STR_UPLEVEL[0]);
|
|
||||||
lcd_wait_for_click_delay(10);
|
lcd_wait_for_click_delay(10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue