mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-11-05 16:41:33 +02:00
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
|
#pypp 0
|
||
|
#ifndef __IRIS_DEVICES_HH
|
||
|
#define __IRIS_DEVICES_HH
|
||
|
|
||
|
// lcd driver.
|
||
|
#define LCD_BACKLIGHT 1
|
||
|
#define LCD_RESET 2
|
||
|
|
||
|
#endif
|