scrolling example code for SHARP LCD LS027B4DH01/LS027B7DH01, using AkiSpiLcd library
This is very basic library example to access a graphic LCD LS027B4DH01 or LS027B7DH01
Import libraryAkiSpiLcd
Basic library for SHARP LCD LS027B4DH01/LS027B7DH01
- schematic example1:
- schematic example2:
- example1 photo:
- example2 photo:
- example2 movie (mpeg4 movie):
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:49b29e3c9d9c | 2015-07-15 | k4zuki | clean up comment outs |
9:3f19d3e5d2a0 | 2014-10-02 | k4zuki | many line number related bugfix; write photo data into RAM and DMA-like transfer from RAM to LCD; * the picture should scroll but not working |
8:0aae7dcbd37f | 2014-09-26 | k4zuki | ram2lcd() fix; pin setting fix; |
7:c21aaf067f3b | 2014-09-15 | k4zuki | RAM select is D4 instead of D3(it is shared with other SPI bus pin) |
6:abfbb8453a70 | 2014-09-07 | k4zuki | . |
5:8883e74c0f11 | 2014-05-06 | k4zuki | bug fix |
4:37321a3e4ed8 | 2014-05-06 | k4zuki | added dispOn(bool) function |
3:8dbf3336dc66 | 2014-05-06 | k4zuki | - SPI clock speed is changed to fit LCD's spec(10MHz -> 2MHz); - interval timer function removed |
2:3554ec6df722 | 2014-05-04 | k4zuki | SPI clock speed is changed from 1MHz -> 10MHz |
1:be675380f70b | 2014-05-04 | k4zuki | library fix / scrolling hogepic |
0:3569e2cfb60b | 2014-05-01 | k4zuki | first version |