This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "ks0108.h" | |
#include "project.h" | |
#include "ugui.h" | |
#include "ugui_config.h" | |
uint8 GlcdFlushFlag = 1; | |
uint8_t ui8LcdRamBuf[NO_OF_LCD_ROWS][NO_OF_LCD_COLMS]; | |
uint8_t ui8LcdDispBuf[NO_OF_LCD_ROWS][NO_OF_LCD_COLMS]; |