Skip to content

Instantly share code, notes, and snippets.

@RD001
RD001 / ks0108.c
Created August 12, 2017 09:21
GLCD (128x64) PSOC 5 (µGUI Library)
#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];