lcd_32122a_avr.h
Go to the documentation of this file.00001
00042 #ifndef LCD_32122A_AVR_H
00043 #define LCD_32122A_AVR_H
00044
00045
00046 #define LCD_DEF_PWM 145
00047 #define LCD_MAX_PWM 505
00048 #define LCD_MIN_PWM 130
00049
00050
00051 #define LCD_WIDTH 122
00052 #define LCD_HEIGHT 32
00053
00054
00055 struct Bitmap;
00056
00057 extern struct Bitmap lcd_bitmap;
00058
00059 void lcd_32122_init(void);
00060 void lcd_32122_setPwm(int duty);
00061 void lcd_32122_blitBitmap(struct Bitmap *bm);
00062
00063 #endif