Home
last modified time | relevance | path

Searched refs:color (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/diag/
Dcommand_packet_format.diag11 8-15: "Data" [color = lightgrey];
12 16-31: "..." [color = lightgrey];
Dresponse_packet_format.diag11 8-15: "Data" [color = lightgrey];
12 16-31: "..." [color = lightgrey];
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dansi_color_converter.py109 color = ANSI_TO_WINDOWS_COLOR[int(m.group(2))]
111 color |= FOREGROUND_INTENSITY
114 SetConsoleTextAttribute(self.handle, color)
Doutput_helpers.py44 def color_print(message, color, newline='\n'): # type: (str, str, Optional[str]) -> None argument
46 sys.stderr.write('%s%s%s%s' % (color, message, ANSI_NORMAL, newline))
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Desp_wifi_he_private.h155 esp_err_t esp_wifi_softap_add_color_change_announcement(uint8_t color);
/hal_espressif-latest/components/log/
DKconfig91 Enable ANSI terminal color codes in bootloader output.
93 In order to view these, your terminal program must support ANSI color codes.