C12832 by dreschpe modified to work with the DOGL128-6 LCD Display (ST7565R based)
Fork of C12832_lcd by
Diff: DOGL128.h
- Revision:
- 18:672450caf175
- Parent:
- 17:ec5db47782a3
- Child:
- 19:23a26a1668cf
--- a/DOGL128.h Sat Jul 16 22:12:27 2016 +0000 +++ b/DOGL128.h Tue Jul 19 23:20:36 2016 +0000 @@ -43,7 +43,7 @@ /** Create a DOGL128 object connected to SPI1 * */ - DOGL128(const char* name = "LCD"); + DOGL128(PinName mosi, PinName clk, PinName cs, PinName a0, const char* name = "LCD"); /** Get the width of the screen in pixel *