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.
Dependents: CarPakingSystem_V13
Diff: SSH1106.h
- Revision:
- 4:cbc557852061
- Parent:
- 3:ccd49dd0621d
--- a/SSH1106.h Mon Mar 08 02:33:45 2021 +0000 +++ b/SSH1106.h Mon Apr 19 10:09:52 2021 +0000 @@ -87,6 +87,7 @@ void drawbufferLineVert(char posx, char posy, char height, char width); void writeText_format(char column, char page, const char *font_address, const char *text); void writeDec_format(char column, char page, const char *font_address, const int num); + void writeTim_format(char column, char page, const char *font_address, const int num); void clear_page(int column,int page); void fillScreen(); private: