BeRTOS
|
00001 00045 #ifndef DRV_LCD_32122A_H 00046 #define DRV_LCD_32122A_H 00047 00048 /* Display bitmap dims */ 00049 #define LCD_WIDTH 122 00050 #define LCD_HEIGHT 32 00051 00052 #include <gfx/gfx.h> /* Bitmap */ 00053 00054 #warning __FILTER_NEXT_WARNING__ 00055 #warning this drive is untested.. 00056 00057 void lcd_32122_init(void); 00058 void lcd_32122_setPwm(int duty); 00059 void lcd_32122_blitBitmap(const Bitmap *bm); 00060 00061 #endif /* DRV_LCD_32122A_H */