mini增加网络请求和板载显示绘制指针

This commit is contained in:
Irene-Maxine
2024-09-20 23:18:24 +08:00
parent fbbf82d4a4
commit 61ae2048fb
14 changed files with 50609 additions and 126 deletions

View File

@@ -3630,12 +3630,6 @@ En.MIXLY_DUTY_RATIO = "value,frequency";
En.MIXLY_OP_GARBAGE_COLLECT = "operate garbage collection";
En.MIXLY_GET_MEM_ALLOC = "get the allocated memory(Bytes)";
En.MIXLY_GET_MEM_FREE = "get the free memory (Bytes)";
En.MIXLY_ESP32_UREQUESTS_CONNECT_WIFI = "connect to wifi network";
En.MIXLY_UREQUESTS_URL_TOOLTIP = "the url used to initiate a network request";
En.MIXLY_ESP32_CONNECT_URL_TOOLTIP = "initiate a network request";
En.MIXLY_ESP32_UREQUESTS_URL_TOOLTIP = "initiate a network request through the API URL";
En.MIXLY_ESP32_URL_REPONSE = "API return data";
En.MIXLY_ESP32_URL_REPONSE_TOOLTIP = "get the data returned by the API";
En.MIXLY_GET_UNIQUE_IDEN = "Obtain the unique identifier of the main control board";
En.MIXLY_KEYBOARD_INPUT = "keyboard input";
En.MIXLY_SPECIAL_KEY = "special key";
@@ -3664,4 +3658,8 @@ En.GENERALKEY_CONTAINER_TOOLTIP = "Add, remove, or rearrange sections to reconfi
En.GENERALKEY_CREATE_EMPTY_TITLE = "Empty key combinations";
En.GENERALKEY_CREATE_WITH_INPUT_WITH = "combinate the normal keys";
En.GENERALKEY_TUPLE_CREATE_TOOLTIP = "combinate the keys as a tuple, and up to 3 keys can be combined";
En.DRAW_POINTER = "drawn pointer";
En.DRAW_POINTER_ANGLE = "angle(0~359)";
En.DRAW_POINTER_TOOLTIP = "The range of drawing pointer angles is 0~359°";
En.blockpy_REQUESTS_GET_ATTR_JSON = 'Response content JSON deserialization';
})();