X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_lcd_hd44.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_lcd_hd44.h;h=0000000000000000000000000000000000000000;hb=67813e9ec40a4189348aa829f93a188c017a4c87;hp=7bea43766328eb6b69640e8c29210cc2289f4a06;hpb=6c4b0cf8c98308df4866839b9c7d8fe813376969;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_lcd_hd44.h b/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_lcd_hd44.h deleted file mode 100644 index 7bea4376..00000000 --- a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_lcd_hd44.h +++ /dev/null @@ -1,69 +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 - -/** - * Number of columns in LCD display. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "lcd_hd44_cols" - */ -#define CONFIG_LCD_COLS LCD_HD44_COLS_16 - -/** - * Number of rows in LCD display. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "lcd_hd44_rows" - */ -#define CONFIG_LCD_ROWS LCD_HD44_ROWS_2 - -#endif /* CFG_LCD_H */ -