X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_lcd_32122a.h;fp=boards%2Farduino%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_lcd_32122a.h;h=0000000000000000000000000000000000000000;hb=a9694caa1505e6387d8976437d38b330499e18dc;hp=5a9b3ca79c95e66b400ba322c4dc4d26ce35ee2a;hpb=f87390bf71f44a3ed9dc65c66128c5c6979655a9;p=bertos.git diff --git a/boards/arduino/benchmark/context_switch/cfg/cfg_lcd_32122a.h b/boards/arduino/benchmark/context_switch/cfg/cfg_lcd_32122a.h deleted file mode 100644 index 5a9b3ca7..00000000 --- a/boards/arduino/benchmark/context_switch/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 */ -