4DGL-uLCD-SE with removed color defines

Fork of 4DGL-uLCD-SE by jim hamblen

Revision:
5:8936798c19a3
Parent:
4:74df7fc26fef
Child:
6:b759b69cbaf9
diff -r 74df7fc26fef -r 8936798c19a3 uLCD_4DGL.h
--- a/uLCD_4DGL.h	Wed Nov 20 03:25:53 2013 +0000
+++ b/uLCD_4DGL.h	Fri Nov 22 02:44:37 2013 +0000
@@ -48,6 +48,9 @@
 #define PENSIZE      '\xD8'
 #define SETFONT      '\x7D'
 #define TEXTMODE     '\x77'
+#define TEXTBOLD     '\x76'
+#define TEXTITALIC   '\x75'
+#define TEXTINVERSE  '\x74'
 #define TEXTWIDTH    '\x7C'
 #define TEXTHEIGHT   '\x7B'
 #define TEXTCHAR     '\xFE'
@@ -110,6 +113,10 @@
 #define BAUD_115200  25
 #define BAUD_128000  22
 #define BAUD_256000  11
+#define BAUD_300000  10
+#define BAUD_375000  8
+#define BAUD_500000  6
+#define BAUD_600000  4
 
 // Defined Colors
 #define WHITE 0xFFFFFF
@@ -243,6 +250,9 @@
 // Texts Commands
     void set_font(char);
     void text_mode(char);
+    void text_bold(char);
+    void text_italic(char);
+    void text_inverse(char);
     void text_width(char);
     void text_height(char);
     void text_char(char, char, char, int);
@@ -283,7 +293,7 @@
     int current_w, current_h;
     int current_fx, current_fy;
     int current_wf, current_hf;
-    
+
 
 protected :
 
@@ -318,3 +328,5 @@
 
 
 
+
+