mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-05-06 08:43:28 +02: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
|