tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Screen Control

Macros

#define ANSI_ERASE_SCREEN(n)   CSI_CODE(#n "J")
 Erase the screen.
 
#define ANSI_ERASE_LINE(n)   CSI_CODE(#n "K")
 Erase the line (n)
 
#define ANSI_SCROLL_UP(n)   CSI_CODE(#n "S")
 Scroll the whole page up (n) lines.
 
#define ANSI_SCROLL_DOWN(n)   CSI_CODE(#n "T")
 Scroll the whole page down (n) lines.
 

Detailed Description