X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_lcd_32122a.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fsd_fat%2Fcfg%2Fcfg_lcd_32122a.h;h=0000000000000000000000000000000000000000;hb=67813e9ec40a4189348aa829f93a188c017a4c87;hp=5a9b3ca79c95e66b400ba322c4dc4d26ce35ee2a;hpb=6c4b0cf8c98308df4866839b9c7d8fe813376969;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_lcd_32122a.h b/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_lcd_32122a.h deleted file mode 100644 index 5a9b3ca7..00000000 --- a/boards/at91sam7x-ek/examples/sd_fat/cfg/cfg_lcd_32122a.h +++ /dev/null @@ -1,63 +0,0 @@ -/** - * \file - * - * - * \brief Displaytech 32122A LCD driver configuration file. - * - * \author Bernie Innocenti - * \author Stefano Fedrigo - * - */ -#ifndef CFG_LCD_32122A_H -#define CFG_LCD_32122A_H - -/** - * Enable soft interrupt to refresh the LCD. - * $WIZ$ type = "boolean" - */ -#define CONFIG_LCD_SOFTINT_REFRESH 0 - -/** - * Enable wait macro when display is busy. - * $WIZ$ type = "boolean" - */ -#define CONFIG_LCD_WAIT 0 - -/** - * Display refresh time 32122a. - * $WIZ$ type = "int" - * $WIZ$ min = 0 - */ -#define CONFIG_LCD_REFRESH 100 - -#endif /* CFG_LCD_32122A_H */ -