Gets current time from the PC over a serial connection
Embed:
(wiki syntax)
Show/hide line numbers
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