ILI9320 update

ugfx_release_2.6
Joel Bodenmann 2012-11-13 23:59:45 +01:00
parent a95c4933c4
commit 903adb1c24
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ static __inline uint16_t GDISP_LLD(read_data)(void) {
#error "ILI9320: You must implement read_data routine for your board"
}
/* if not available, just ignore the argument and return */
static __inline uint16_t GDISP_LLD(set_backlight)(uint8_t percentage) {
#error "ILI9320: You must implement set_backlight routine for your board"
}
#endif /* GDISP_LLD_BOARD_H */
/** @} */