6 lines
No EOL
156 B
C
6 lines
No EOL
156 B
C
void lcd_backlight(bool enabled);
|
|
void lcd_start_pixels();
|
|
void lcd_end_pixels();
|
|
void lcd_put_rgb(uint8_t r, uint8_t g, uint8_t b);
|
|
|
|
void lcd_initialize(); |