导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. kzc1209
    K
    • 资料
    • 关注 0
    • 粉丝 0
    • 我的积分 158
    • 主题 1
    • 帖子 3
    • 最佳 0
    • 群组 0

    kzc1209LV 2

    @kzc1209

    158
    积分
    0
    声望
    1
    资料浏览
    3
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    kzc1209 取消关注 关注

    kzc1209 发布的最新帖子

    • 回复: 在东山派DongshanPI-D1s上运行RT-Smart系统

      @yanmingjian 在 在东山派DongshanPI-D1s上运行RT-Smart系统 中说:

      python3 tools/get_toolchain.py riscv64

      请问在克隆之后执行”python3 tools/get_toolchain.py riscv64“时,是找不到这个脚本的,是因为后面仓库做了变动吗,有很多脚本都是找不到的

      发布在 MR Series
      K
      kzc1209
    • 回复: D1S哪吒开发板,电阻屏问题在使用ts_uinput后没有释放动作的问题

      解决了,将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
      
      
      发布在 MR Series
      K
      kzc1209
    • D1S哪吒开发板,电阻屏问题在使用ts_uinput后没有释放动作的问题

      我在使用电阻屏时出现在了用ts_uinput转换后没有释放动作的问题,如图a24a2e91-9d95-4a5e-85b8-9b97046d1dc6-image.png
      ,坐标是对的,但是就是没有释放的动作,使用EVENT0没有转换之前是正常的,请问这是什么原因呢

      发布在 MR Series
      K
      kzc1209