mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Only export contrast if a target actually features contrast.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20579 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
842d2bc1c3
commit
1034dea00e
2 changed files with 5 additions and 0 deletions
|
@ -80,7 +80,9 @@ char *plugin_get_current_filename(void);
|
|||
static const struct plugin_api rockbox_api = {
|
||||
|
||||
/* lcd */
|
||||
#ifdef HAVE_LCD_CONTRAST
|
||||
lcd_set_contrast,
|
||||
#endif
|
||||
lcd_update,
|
||||
lcd_clear_display,
|
||||
lcd_getstringsize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue