rit128x96: introduce rit128x96_blitRaw() to draw a raw image on screen.
[bertos.git] / examples / lm3s1968 / hw / hw_rit128x96.h
index 32edf8ee0af8b64db9e341b7cca4fa1b5498c23e..7ccdeb1d4b59565687c3c2a87364dc28e012203d 100644 (file)
@@ -123,6 +123,6 @@ INLINE void lcd_bus_init(void)
  * XXX: menu stuff requires lcd_blitBimap() function to be defined.
  * Find a better way to do this.
  */
-#define rit128x96_lcd_blitBitmap lcd_blitBitmap
+#define rit128x96_blitBitmap lcd_blitBitmap
 
 #endif /* HW_RIT128x96_H */