/** * \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 */