Skip to content

Commit

Permalink
device table update
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed May 20, 2013
1 parent ecd3a19 commit 885596b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/device.post
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,16 @@
* {{{ST7565}}}, {{{NT7534}}}, {{{SED1565}}}, {{{S1D15605}}}, {{{S6B0723}}}
* {{{SBN1661}}}, {{{SED1520}}}: Write is triggered by CSx lines.
* {{{SED1335}}}, {{{RA8835}}}, {{{S1D3305}}} (not supported by u8glib)
* {{{NT7086}}}, {{{LC7981}}}
* {{{NT7086}}}, {{{LC7981}}}

* LCD Modules with ST7920 Controller
* Serial mode (PSB = LOW)
* *sck*: Pin with label "E"
* *mosi*: Pin with label "RW"
* *cs*: Pin with label "RS".
* Example: U8GLIB_ST7920_128X64_1X(sck, mosi, cs [, reset]) is equivalent to U8GLIB_ST7920_128X64_1X(E, RW, RS , RST) for many display modules.
* Parallel mode (PSB = HIGH)
* *en*: Pin with label "E"
* *di*: Pin with label "RS"
* *rw*: Pin with label "RW"

0 comments on commit 885596b

Please sign in to comment.