Searched refs:WHITE (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_next.c | 46 #define WHITE ((1<<2)-1) macro
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | st7789py.py | 103 WHITE = const(0xFFFF) variable 534 def _text8(self, font, text, x0, y0, color=WHITE, background=BLACK): 635 def _text16(self, font, text, x0, y0, color=WHITE, background=BLACK): 799 def text(self, font, text, x0, y0, color=WHITE, background=BLACK): 853 def write(self, font, string, x, y, fg=WHITE, bg=BLACK):
|
Completed in 5 milliseconds