X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7s-ek%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_lcd_hd44.h;fp=boards%2Fat91sam7s-ek%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_lcd_hd44.h;h=0000000000000000000000000000000000000000;hb=8f7814c52313b79a67ddbfef7a068af343ea6541;hp=78f1f20bb9088b5accd1772a37401e939b29b0b6;hpb=e04285605a166a50fada6dcc601ee2ad2fedb32f;p=bertos.git diff --git a/boards/at91sam7s-ek/templates/kernel/cfg/cfg_lcd_hd44.h b/boards/at91sam7s-ek/templates/kernel/cfg/cfg_lcd_hd44.h deleted file mode 100644 index 78f1f20b..00000000 --- a/boards/at91sam7s-ek/templates/kernel/cfg/cfg_lcd_hd44.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for lcd display module. - * - * \author Daniele Basile - */ - -#ifndef CFG_LCD_H -#define CFG_LCD_H - -/** - * Use 4 bit addressing mode. - * $WIZ$ type = "boolean" - */ -#define CONFIG_LCD_4BIT 0 - -/** - * Use a table to speed up LCD memory addressing. - * This will use about 100 bytes of RAM. - * $WIZ$ type = "boolean" - */ -#define CONFIG_LCD_ADDRESS_FAST 1 - -#endif /* CFG_LCD_H */ -