2018/2/15変更
Dependents: GPS_Test05 All_system_kai2
Fork of TextOLED by
Revision 3:aeb0dd496d0f, committed 2018-02-15
- Comitter:
- basyo38
- Date:
- Thu Feb 15 05:03:10 2018 +0000
- Parent:
- 2:45788bd06d4c
- Commit message:
- TextOLED??????????
Changed in this revision
TextOLED.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 45788bd06d4c -r aeb0dd496d0f TextOLED.h --- a/TextOLED.h Wed Nov 28 03:32:30 2012 +0000 +++ b/TextOLED.h Thu Feb 15 05:03:10 2018 +0000 @@ -93,6 +93,9 @@ int rows(); int columns(); + void writeCommand(int command); + void writeData(int data); + void cursor (bool flg); protected: @@ -105,8 +108,7 @@ void character(int column, int row, int c); void write4bit(int value); void writeByte(int value); - void writeCommand(int command); - void writeData(int data); + DigitalOut _rs, _e; BusOut _d;