X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=metawatch%2Fmw_lcd.h;h=0113c81ff53addd102e5bdd3233ac82db5842741;hb=81da03661f51061203889cb115142217230d6a76;hp=5211da05bff9f5d5051e54439c48e1d29158ef4b;hpb=1553c23cf33de5d8a193ffc8c7014cf826fc9fd3;p=oswald.git diff --git a/metawatch/mw_lcd.h b/metawatch/mw_lcd.h index 5211da0..0113c81 100644 --- a/metawatch/mw_lcd.h +++ b/metawatch/mw_lcd.h @@ -25,7 +25,7 @@ void mw_lcd_update_screen(void); #define LCD_WHITE 0 #endif #define LCD_XOR 2 -void mw_lcd_draw_pixel(unsigned char x, unsigned char y, unsigned char color); +void mw_lcd_draw_pixel(const uint8_t x, const uint8_t y, const uint8_t color); #endif