Initial import of OsmocomBB into git repository
[osmocom-bb.git] / src / target / firmware / include / calypso / backlight.h
1 #ifndef _CAL_BACKLIGHT_H
2 #define _CAL_BACKLIGHT_H
3
4 /* Switch backlight to PWL mode (or back) */
5 void bl_mode_pwl(int on);
6
7 /* Set the backlight level */
8 void bl_level(uint8_t level);
9
10 #endif /* CAL_BACKLIGHT_H */