summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/calypso/backlight.h
blob: 3a6abd55a267aa08cffeef8f73da94e0ea998343 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _CAL_BACKLIGHT_H
#define _CAL_BACKLIGHT_H

/* Switch backlight to PWL mode (or back) */
void bl_mode_pwl(int on);

/* Set the backlight level */
void bl_level(uint8_t level);

#endif /* CAL_BACKLIGHT_H */