1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2024-10-04 04:49:49 +03:00
iris/boot-programs/devices.hhp
Bas Wijnen 40a9a29c2d boot
2009-06-22 16:13:00 +02:00

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