Jecelyin
Jecelyin
[APatch_bugreport_2024-05-09_14_12.tar.gz](https://github.com/bmax121/APatch/files/15260697/APatch_bugreport_2024-05-09_14_12.tar.gz)
我把 termux 的自带的 usr 目录copy到 /data/local/tmp/下面,然后使用termux的bash命令,再调用 su 就可以了 看了一下,miui系统没有 bash命令
same problem
Thanks for the reply. I checked #11697, but my issue is a bit different. In my case, the original image is 1080×1920, but when I render it to a RenderTexture,...
same problem
It can't show label: "ABC abc xyz 123456 ght ijk" and button.
my ui code: ```c static lv_style_t style_btn; lv_style_init(&style_btn); lv_style_set_radius(&style_btn, 5); lv_style_set_border_color(&style_btn, lv_color_black()); lv_style_set_border_width(&style_btn, 1); lv_style_set_text_color(&style_btn, lv_color_black()); lv_obj_t *label1 = lv_label_create(lv_scr_act()); // lv_label_set_long_mode(label1, LV_LABEL_LONG_WRAP); /*Break the long lines*/ // lv_obj_set_width(label1, 127);...
```c // lv_conf.h #define LV_COLOR_DEPTH 1 /*Swap the 2 bytes of RGB565 color. Useful if the display has an 8-bit interface (e.g. SPI)*/ #define LV_COLOR_16_SWAP 0 /*Enable features to draw...