|
@@ -33,8 +33,8 @@
|
33
|
33
|
* License: http://opensource.org/licenses/BSD-3-Clause
|
34
|
34
|
*/
|
35
|
35
|
|
36
|
|
-#ifndef DOGM_LCD_IMPLEMENTATION_H
|
37
|
|
-#define DOGM_LCD_IMPLEMENTATION_H
|
|
36
|
+#ifndef ULTRALCD_IMPL_DOGM_H
|
|
37
|
+#define ULTRALCD_IMPL_DOGM_H
|
38
|
38
|
|
39
|
39
|
/**
|
40
|
40
|
* Implementation of the LCD display routines for a DOGM128 graphic display.
|
|
@@ -635,4 +635,4 @@ void lcd_implementation_drawedit(const char* pstr, const char* value=NULL) {
|
635
|
635
|
#define lcd_implementation_drawmenu_gcode(sel, row, pstr, gcode) lcd_implementation_drawmenu_generic(sel, row, pstr, '>', ' ')
|
636
|
636
|
#define lcd_implementation_drawmenu_function(sel, row, pstr, data) lcd_implementation_drawmenu_generic(sel, row, pstr, '>', ' ')
|
637
|
637
|
|
638
|
|
-#endif //__DOGM_LCD_IMPLEMENTATION_H
|
|
638
|
+#endif //__ULTRALCD_IMPL_DOGM_H
|