mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
10 lines
147 B
C
10 lines
147 B
C
#ifndef BACKLIGHT_H
|
|
#define BACKLIGHT_H
|
|
|
|
void lcd_backlight_update_reg();
|
|
|
|
void lcd_backlight_update(int);
|
|
void kbd_backlight_update(int);
|
|
|
|
#endif
|