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.
terminal.h
00001 #ifndef TERMINAL_H 00002 #define TERMINAL 00003 00004 void initializePCTerminal(Serial *p); 00005 void clearScreen(); 00006 void locateCursor(int column, int row); 00007 int rgb888tobgr111(int colour); 00008 void setForeground(int colour); 00009 void setbBackground(int colour) ; 00010 00011 void drawBox(int width, int height); 00012 #endif
Generated on Wed Jul 13 2022 12:22:03 by
1.7.2