X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_lcd.h;fp=boards%2Ftriface%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_lcd.h;h=0000000000000000000000000000000000000000;hb=6e0b59dab1ec92a0911eb5e8ebde34d96bb4739d;hp=903ae9aad7c65a417a74992866be80ae56e79178;hpb=09a3f9313415b1a6faa1ffddec075e3cea6ba090;p=bertos.git diff --git a/boards/triface/benchmark/context_switch/cfg/cfg_lcd.h b/boards/triface/benchmark/context_switch/cfg/cfg_lcd.h deleted file mode 100644 index 903ae9aa..00000000 --- a/boards/triface/benchmark/context_switch/cfg/cfg_lcd.h +++ /dev/null @@ -1,72 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for lcd display module. - * - * \version $Id$ - * - * \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 - -/** - * LCD setting for 32122A (AVR implementation). - * $WIZ$ type = "boolean" - * $WIZ$ supports = "avr and False" - */ -#define CONFIG_LCD_SOFTINT_REFRESH 0 - -/** - * LCD setting for 32122A (AVR implementation). - * $WIZ$ type = "boolean" - * $WIZ$ supports = "avr and False" - */ -#define CONFIG_LCD_WAIT 1 - - -#endif /* CFG_LCD_H */ -