Update preset.
[bertos.git] / bertos / hw / hw_rit128x96.h
index d1435f62c0ac3ba16821dd70435d0038821e9b03..c24d1a87b8883fecbb00d9dae610a02c9fb03663 100644 (file)
 
 /* Send data to the display */
 #define LCD_WRITE(x)    ((void)x)/* Implement me! */
-
-/* Read data from the display */
-#define LCD_READ        (0 /* Implement me! */ )
 /*@}*/
 
-INLINE void lcd_bus_init(void)
+INLINE void lcd_rit128x96_hw_bus_init(void)
 {
        /* Implement me! */
 }