X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Favr%2Fdrv%2Flcd_32122a_avr.c;h=f635d414a7f840bdd6c293ea00eec96591ee3089;hb=87b0a020748ea20bd8bed2c7459f6b07868a4a6f;hp=3ae230559926d9251b3fe7215585aa7c918d0d97;hpb=40bce4b9582adea53295b4039c4640ebaa012339;p=bertos.git diff --git a/cpu/avr/drv/lcd_32122a_avr.c b/cpu/avr/drv/lcd_32122a_avr.c index 3ae23055..f635d414 100644 --- a/cpu/avr/drv/lcd_32122a_avr.c +++ b/cpu/avr/drv/lcd_32122a_avr.c @@ -39,30 +39,12 @@ * \brief Displaytech 32122A LCD driver */ -/*#* - *#* $Log$ - *#* Revision 1.5 2006/07/19 12:56:25 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.4 2006/04/27 05:40:11 bernie - *#* Naming convention fixes; Partial merge from project_grl. - *#* - *#* Revision 1.3 2006/02/10 12:35:31 bernie - *#* Enforce CONFIG_* definitions. - *#* - *#* Revision 1.2 2006/01/23 23:11:27 bernie - *#* Use RASTER_SIZE() to compute... err... the raster size. - *#* - *#* Revision 1.1 2006/01/16 03:50:57 bernie - *#* Import into DevLib. - *#* - *#*/ - #include "lcd_32122a_avr.h" #include #include -#include +#include +#include #include #include /* BV() */ #include @@ -271,7 +253,7 @@ MOD_DEFINE(lcd) * as required by the LCD driver. */ DECLARE_WALL(wall_before_raster, WALL_SIZE) -static uint8_t lcd_raster[RASTER_SIZE(LCD_WIDTH, LCD_HEIGHT)]; +static uint8_t lcd_raster[RAST_SIZE(LCD_WIDTH, LCD_HEIGHT)]; DECLARE_WALL(wall_after_raster, WALL_SIZE) /** Default LCD bitmap */