Skip to content
Snippets Groups Projects
Commit 3f6073e2 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Followup tweak to lcdprint_u8g.cpp

parent 7edf5bcb
No related branches found
No related tags found
No related merge requests found
......@@ -69,9 +69,9 @@ int lcd_put_u8str_max_rom(const char * utf8_str_P, pixel_len_t max_length) {
return ret;
}
#else // !ULTRA_LCD
#else // !DOGLCD
#define _lcd_write(a) TRACE("Write LCD: %c (%d)", (a), (int)(a));
#define _lcd_setcursor(col, row) TRACE("Set cursor LCD: (%d,%d)", (col), (row));
#endif // !ULTRA_LCD
#endif // !DOGLCD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment