Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. lingeasy
    3. Topics
    L
    • Profile
    • Following 1
    • Followers 0
    • my integral 1586
    • Topics 9
    • Posts 30
    • Best 3
    • Groups 0

    Topics created by lingeasy

    • L

      系统有时出现无法启动的情况,提示如下
      D1系列-RISC-V • Posted at • lingeasy

      0 Votes
      0 Replies
      77 Views

      No one has replied

      0
    • L

      使用g++编译lvgl出现错误
      GUI • Posted at • lingeasy

      0 Votes
      2 Replies
      118 Views

      xiaowenge Replied at

      @whycan 在 使用g++编译lvgl出现错误 中说:

      @lingeasy 在 使用g++编译lvgl出现错误 中说:

      lvgl/src/core/lv_obj.c:79:1: error: designator order for field '_lv_obj_class_t::base_class' does not match declaration order in 'const lv_obj_class_t' {aka 'const _lv_obj_class_t'}

      以下是chatgpt告诉我的:

      这个错误提示是因为在代码中使用了 C99 标准新增的结构体成员初始化语法,并且使用了成员名字来初始化,但成员初始化顺序不一致。

      具体地说,C99 标准允许在定义结构体变量时使用类似下面的语法:……

      chatGPT有点东西

      2
    • L

      如何在D1s Tina linux 环境下使用lvgl创建独立应用程序UI
      D1系列-RISC-V • Posted at • lingeasy

      0 Votes
      2 Replies
      195 Views

      L Replied at

      @aldfaaa 能先看一下demo吗,学习一下😁

      2
    • L

      d1s python3 功能配置
      D1系列-RISC-V • Posted at • lingeasy

      0 Votes
      0 Replies
      97 Views

      No one has replied

      0
    • L

      d1s 串口功能配置
      D1系列-RISC-V • Posted at • lingeasy

      0 Votes
      1 Replies
      212 Views

      L Replied at

      更正一下,

      uart5_pins_a: uart5_pins@0 { /* For awol nezha board */ pins = "PB4", "PB5"; function = "uart5"; muxsel = <7>; drive-strength = <10>; bias-pull-up; };
      1
    • L

      D1s 哪吒开发板,电阻屏的配置方法
      D1系列-RISC-V • Posted at • lingeasy

      4 Votes
      46 Replies
      570 Views

      L Replied at

      最近看到使用lvgl开发的软件,使用上面的配置,可能会出现无法获取触屏释放动作的问题 ,现象如下:
      使用ts_test或getevent event0(系统生成的设备号)时可以正常释放;
      使用ts_test或getevent测试使用ts_uinput生成的设备就无法正常获取触屏释放的信号。

      具体成因没有去研究,但可能通过修改ts.conf配置文件来修复这一问题,主要是关闭了灵敏度相关的参数配置,具体代码如下:

      # 路径:package\libs\tslib\files\ts.conf # Uncomment if you wish to use the one-wire linux input layer S70/A70... # module_raw one_wire_ts_input # Uncomment if you wish to use the linux input layer event interface module_raw input # Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d # module_raw collie # Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860 # module_raw corgi # Uncomment if you're using a device with a UCB1200/1300/1400 TS interface # module_raw ucb1x00 # Uncomment if you're using an HP iPaq h3600 or similar # module_raw h3600 # Uncomment if you're using a Hitachi Webpad # module_raw mk712 # Uncomment if you're using an IBM Arctic II # module_raw arctic2 # module pthres pmin=1 # module variance delta=30 # module dejitter delta=100 module linear
      46
    • L

      D1s调试rtp,触控屏,电阻屏出现open consoledevice: No such file or directory
      D1系列-RISC-V • Posted at • lingeasy

      0 Votes
      14 Replies
      232 Views

      whycan Replied at

      @lingeasy
      谢谢分享!

      14
    • L

      D1s HV RGB屏黑屏
      D1系列-RISC-V • Posted at • lingeasy

      0 Votes
      2 Replies
      108 Views

      L Replied at

      @whycanservice 具体是改哪些,方便再指点一下吗?

      2
    • 1 / 1