Remove initial cursor setting
The cursor position is controlled by the for-loop Change in memory: Flash: -8 bytes SRAM: 0 bytes
This commit is contained in:
parent
1186b36bfa
commit
4219beed71
|
|
@ -3006,7 +3006,6 @@ static inline bool pgm_is_interpunction(const char *c_addr)
|
||||||
*/
|
*/
|
||||||
static const char* lcd_display_message_fullscreen_nonBlocking_P(const char *msg)
|
static const char* lcd_display_message_fullscreen_nonBlocking_P(const char *msg)
|
||||||
{
|
{
|
||||||
lcd_set_cursor(0, 0);
|
|
||||||
const char *msgend = msg;
|
const char *msgend = msg;
|
||||||
bool multi_screen = false;
|
bool multi_screen = false;
|
||||||
for (uint8_t row = 0; row < LCD_HEIGHT; ++ row) {
|
for (uint8_t row = 0; row < LCD_HEIGHT; ++ row) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue