|
106 | 106 |
|
107 | 107 |
|
108 | 108 | * **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 |
120 | 120 | * **TFT_X** X position of the next character after TFT_print() function |
121 | 121 | * **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 |
126 | 126 | * **tft_width** screen width (smaller dimension) in pixels |
127 | 127 | * **tft_height** screen height (larger dimension) in pixels |
128 | 128 | * **tft_disp_type** current display type (DISP_TYPE_ILI9488 or DISP_TYPE_ILI9341) |
|
0 commit comments