X-Git-Url: https://git.karo-electronics.de/?p=oswald.git;a=blobdiff_plain;f=ui%2Foswald_hal.h;h=f0ab7a4b2d561bbde26da80c0db735917052a89a;hp=ab1e7c0d9bf042a3b1520bafa37e5f65151957cf;hb=ad140c1dc1090e2a99ff7a362713436e0ae51c7d;hpb=b83e605bc8ba69950a84b6ed268f0c196f68762c diff --git a/ui/oswald_hal.h b/ui/oswald_hal.h index ab1e7c0..f0ab7a4 100644 --- a/ui/oswald_hal.h +++ b/ui/oswald_hal.h @@ -5,7 +5,7 @@ * these functions must be implemented for a concrete hardware */ -void hal_lcd_set_pixel(unsigned int x, unsigned int y, unsigned char state); +void hal_lcd_set_pixel(uint8_t x, uint8_t y, uint8_t color); void hal_lcd_clear_display(void); void hal_lcd_update_display(void); /* sets the backlight on/off, on=TRUE, off=FALSE */