hw_rit128x96.h
Go to the documentation of this file.00001
00038 #ifndef HW_RIT128x96_H
00039 #define HW_RIT128x96_H
00040
00041 #include "cfg/macros.h"
00042 #include "cfg/debug.h"
00043
00044 #include <cpu/attr.h>
00045 #include <cpu/irq.h>
00046 #include <cpu/types.h>
00047
00052
00053 #define GPIO_OLEDDC_PIN 0
00054
00055
00056 #define GPIO_OLEDEN_PIN 0
00057
00063
00064 #define LCD_SET_COMMAND()
00065
00066
00067 #define LCD_SET_DATA()
00068
00069
00070 #define LCD_WRITE(x) ((void)x)
00071
00073 INLINE void lcd_rit128x96_hw_bus_init(void)
00074 {
00075
00076 }
00077
00078 #endif