X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_lcd_32122a.h;fp=boards%2Farduino%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_lcd_32122a.h;h=5a9b3ca79c95e66b400ba322c4dc4d26ce35ee2a;hb=4aacaf44941f4c80032f5bb6f2779f4d782647a6;hp=0000000000000000000000000000000000000000;hpb=6e98d1c398a2084b832f371e30aca3c2b56aefb1;p=bertos.git diff --git a/boards/arduino/benchmark/kernel_footprint/cfg/cfg_lcd_32122a.h b/boards/arduino/benchmark/kernel_footprint/cfg/cfg_lcd_32122a.h new file mode 100644 index 00000000..5a9b3ca7 --- /dev/null +++ b/boards/arduino/benchmark/kernel_footprint/cfg/cfg_lcd_32122a.h @@ -0,0 +1,63 @@ +/** + * \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 */ +