Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TextOLED by
Revision 3:d0439f62096f, committed 2018-03-09
- Comitter:
- basyo38
- Date:
- Fri Mar 09 11:12:10 2018 +0000
- Parent:
- 2:45788bd06d4c
- Commit message:
- 2018/3/9
Changed in this revision
| TextOLED.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextOLED.h Wed Nov 28 03:32:30 2012 +0000
+++ b/TextOLED.h Fri Mar 09 11:12: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;
