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
Background Color

Macros

#define ANSI_BG_BLACK   CSI_SGR(40)
 
#define ANSI_BG_RED   CSI_SGR(41)
 
#define ANSI_BG_GREEN   CSI_SGR(42)
 
#define ANSI_BG_YELLOW   CSI_SGR(43)
 
#define ANSI_BG_BLUE   CSI_SGR(44)
 
#define ANSI_BG_MAGENTA   CSI_SGR(45)
 
#define ANSI_BG_CYAN   CSI_SGR(46)
 
#define ANSI_BG_WHITE   CSI_SGR(47)
 
#define ANSI_BG_DEFAULT   CSI_SGR(49)
 

Detailed Description