Skip to content

Commit bead8c0

Browse files
committed
Namespace all global variables.
1 parent c222304 commit bead8c0

File tree

6 files changed

+647
-647
lines changed

6 files changed

+647
-647
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,23 +106,23 @@
106106

107107

108108
* **Global wariables**
109-
* **orientation** current screen orientation
110-
* **font_ratate** current font rotate angle (0~395)
111-
* **font_transparent** if not 0 draw fonts transparent
112-
* **font_forceFixed** if not zero force drawing proportional fonts with fixed width
113-
* **text_wrap** if not 0 wrap long text to the new line, else clip
114-
* **_fg** current foreground color for fonts
115-
* **_bg** current background for non transparent fonts
116-
* **dispWin** current display clip window
117-
* **_angleOffset** angle offset for arc, polygon and line by angle functions
118-
* **image_debug** print debug messages during image decode if set to 1
119-
* **cfont** Currently used font structure
109+
* **tft_orientation** current screen orientation
110+
* **tft_font_ratate** current font rotate angle (0~395)
111+
* **tft_font_transparent** if not 0 draw fonts transparent
112+
* **tft_font_forceFixed** if not zero force drawing proportional fonts with fixed width
113+
* **tft_text_wrap** if not 0 wrap long text to the new line, else clip
114+
* **tft__fg** current foreground color for fonts
115+
* **tft__bg** current background for non transparent fonts
116+
* **tft_dispWin** current display clip window
117+
* **tft__angleOffset** angle offset for arc, polygon and line by angle functions
118+
* **tft_image_debug** print debug messages during image decode if set to 1
119+
* **tft_cfont** Currently used font structure
120120
* **TFT_X** X position of the next character after TFT_print() function
121121
* **TFT_Y** Y position of the next character after TFT_print() function
122-
* **tp_calx** touch screen X calibration constant
123-
* **tp_caly** touch screen Y calibration constant
124-
* **gray_scale** convert all colors to gray scale if set to 1
125-
* **max_rdclock** current spi clock for reading from display RAM
122+
* **tft_tp_calx** touch screen X calibration constant
123+
* **tft_tp_caly** touch screen Y calibration constant
124+
* **tft_gray_scale** convert all colors to gray scale if set to 1
125+
* **tft_max_rdclock** current spi clock for reading from display RAM
126126
* **tft_width** screen width (smaller dimension) in pixels
127127
* **tft_height** screen height (larger dimension) in pixels
128128
* **tft_disp_type** current display type (DISP_TYPE_ILI9488 or DISP_TYPE_ILI9341)

0 commit comments

Comments
 (0)