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

Changes

RevisionDateWhoCommit message
23:233a0d635d9d 2020-08-05 kenjiArai added #include "Stream.h" line for running on mbed-os6.2.0 default tip
22:7d03976a0cb3 2014-12-13 kenjiArai change set_contrast ()
21:a1fc999cd8f3 2014-12-01 kenjiArai change header file (enum into protected area)
20:5b329c2a1ffe 2014-09-21 kenjiArai Clear DEBUG condition
19:871eed87d8ea 2014-09-21 kenjiArai Extend not only 128x32(C12832) but also 128x48 & 128x64 Graphic LCD controlled by ST7565 Chip / Changed Lib name from C12832
18:03069e3deaa4 2014-05-09 sam_grove Hush compiler warning by changing the order of the constructor initialization list
17:1c3011afe95d 2014-03-17 screamer Improved library documentation
16:7de323fa46fe 2014-02-05 chris removed unused code, removed MCU specific code
15:67dfa5550b73 2014-01-30 chris think this is anothe fork
14:b834d587bf45 2014-01-08 chris more changes
13:8a9cad03124b 2014-01-01 chris Whitespace changes only
12:4affce236743 2013-11-09 chris Merged pin map changes;
11:1d68011a277c 2013-11-09 chris Added Pin names to the constructor, so we can support any board
10:8f86576007d6 2013-10-27 sam_grove Don't claim stdout by default. Make the user of the library do that.
9:e0e646b7fd20 2013-10-25 sam_grove Passed name into stream
8:c9afe58d786a 2012-12-21 dreschpe BUGFIX IN AUTOUPDATE
7:0f5a3b0f3cab 2012-12-21 dreschpe Add bitmap graphic
6:6b96b16aad47 2012-12-05 dreschpe fix warnings
5:0f53e522a2bf 2012-12-05 dreschpe fix header file
4:8d812da33cdc 2012-12-05 dreschpe Fix for mbed lib rev. 50
3:468cdccff7af 2012-10-25 dreschpe Add auto update of the framebuffer; Include standart font into lib
2:bdc53502af17 2012-10-18 dreschpe add LPC11U24 support; fix bug in set_contrast
1:66dd8afbfd06 2012-10-16 dreschpe add get_contrast to read contrast setting
0:4bbc531be6e2 2012-10-16 dreschpe version 1.0