该文被密码保护。 阅读全文
posted @ 2025-08-31 22:22
我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)
摘要:
lv_obj_t *imgBtn=lv_imgbtn_create(lv_scr_act(), NULL); lv_obj_set_style_local_transform_zoom(imgBtn, LV_BTN_PART_MAIN,LV_STATE_DEFAULT,2); 阅读全文
posted @ 2025-08-31 12:11
我不是萧海哇~~~
阅读(27)
评论(0)
推荐(0)
摘要:
static lv_style_t style_scr_act; if (style_scr_act.prop_cnt == 0) { lv_style_init(&style_scr_act); lv_style_set_bg_opa(&style_scr_act, LV_OPA_COVER); 阅读全文
posted @ 2025-08-31 11:31
我不是萧海哇~~~
阅读(66)
评论(0)
推荐(0)
摘要:
import requests import json headers = { "accept": "*/*", "accept-language": "zh-CN,zh;q=0.9", "cache-control": "no-cache", "content-type": "applicatio 阅读全文
posted @ 2025-08-31 11:00
我不是萧海哇~~~
阅读(6)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-08-31 10:45
我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)