Extended library from C12832 Lib. by Peter Drescher, Chris Styles & Mihail Stoyanov. LCD in the market such as AQM1248A (Akizuki), AD-12864-SPI (antendo), NHD-C12832 (Newhaven), ST7565 (adafruit) and so on

Dependents:   CW_Decoder_using_FFT_on_F446 LPC1114_SPI_LCD_ST7565family_test

Fork of C12832 by Components

Original library is below link.
http://mbed.org/teams/components/code/C12832/
https://mbed.org/users/dreschpe/code/C12832_lcd/

I extended applicable LCD's not only 128 x 32 but also 128 x 48 and 128 x 64 type of SPI LCD using ST7565 controller.
I have checked AD-12864-SPI and AQM1248 LCD.
/media/uploads/kenjiArai/ad-12864-spi_12.png /media/uploads/kenjiArai/aqm12848_2.png

Import programLPC1114_SPI_LCD_ST7565family_test

Controller chip is ST7565

History

added #include "Stream.h" line for running on mbed-os6.2.0 default tip

2020-08-05, by kenjiArai [Wed, 05 Aug 2020 05:08:59 +0000] rev 23

added #include "Stream.h" line for running on mbed-os6.2.0


change set_contrast ()

2014-12-13, by kenjiArai [Sat, 13 Dec 2014 05:29:11 +0000] rev 22

change set_contrast ()


change header file (enum into protected area)

2014-12-01, by kenjiArai [Mon, 01 Dec 2014 22:21:04 +0000] rev 21

change header file (enum into protected area)


Clear DEBUG condition

2014-09-21, by kenjiArai [Sun, 21 Sep 2014 10:04:45 +0000] rev 20

Clear DEBUG condition


Extend not only 128x32(C12832) but also 128x48 & 128x64 Graphic LCD controlled by ST7565 Chip / Changed Lib name from C12832

2014-09-21, by kenjiArai [Sun, 21 Sep 2014 01:04:42 +0000] rev 19

Extend not only 128x32(C12832) but also 128x48 & 128x64 Graphic LCD controlled by ST7565 Chip / Changed Lib name from C12832


Hush compiler warning by changing the order of the constructor initialization list

2014-05-09, by sam_grove [Fri, 09 May 2014 23:03:21 +0000] rev 18

Hush compiler warning by changing the order of the constructor initialization list


Improved library documentation

2014-03-17, by screamer [Mon, 17 Mar 2014 19:47:39 +0000] rev 17

Improved library documentation


removed unused code, removed MCU specific code

2014-02-05, by chris [Wed, 05 Feb 2014 14:25:16 +0000] rev 16

removed unused code, removed MCU specific code


think this is anothe fork

2014-01-30, by chris [Thu, 30 Jan 2014 17:16:04 +0000] rev 15

think this is anothe fork


more changes

2014-01-08, by chris [Wed, 08 Jan 2014 16:56:49 +0000] rev 14

more changes