mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
rk27xx: Decide lcd databus width at compile time
Change-Id: I013da0f3f862e733c5245a48dceb08219f43bf2d
This commit is contained in:
parent
8568a8de13
commit
3f4824b94f
2 changed files with 13 additions and 18 deletions
|
|
@ -1,10 +1,8 @@
|
|||
#ifndef _LCDIF_RK27XX_H
|
||||
#define _LCDIF_RK27XX_H
|
||||
|
||||
enum lcdif_mode_t {
|
||||
LCDIF_16BIT,
|
||||
LCDIF_18BIT
|
||||
};
|
||||
#define LCDIF_16BIT 16
|
||||
#define LCDIF_18BIT 18
|
||||
|
||||
void lcd_cmd(unsigned int cmd);
|
||||
void lcd_data(unsigned int data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue