Add skeleton of P14201 driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2664 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-05-11 03:55:28 +00:00
parent d2c87216dd
commit 58d04d869a
10 changed files with 570 additions and 119 deletions
+6 -5
View File
@@ -83,15 +83,16 @@ OLED
The Evaluation Kit includes an OLED graphics display. Features:
- RiT P14201 series display (www.ritekdisplay.com).
- 128 columns by 96rows
- RiT P14201 series display
- 128 columns by 96 rows
- 4-bit, 16-level gray scale.
- High-contrast (typ. 500:1)
- Excellent brightness (120 cd/m2)
- Fast 10 us response with 128 x 96 pixel resolution.
- Fast 10 us response.
The OLED display has a built-in controller IC with synchronous serial and
parallel interfaces. Synchronous serial (SSI) is used on the EVB. The SSI
port is shared with the microSD card slot.
parallel interfaces (SSD1329). Synchronous serial (SSI) is used on the EVB.
The SSI port is shared with the microSD card slot.
- PC7: OLED display data/control select (D/Cn)
- PA3: OLED display chip select (CSn)