I took a WaveShare RP2040-Touch-LCD-1.28and made a program to use it as a touchscreen. This is still very much in the beta phase but the proof of concept works. Here’s my GitHub repo for it.

I’m planning on integrating it into my next split near the thumb cluster.

  • RaffOwO
    link
    fedilink
    211 months ago

    Just to give some extra inspiration,

    The multitouch gestire would be kinda unusable, but for scrolling I suggest to steal the same gestire from the japanese Toshiba laptops. They have a circular trackpad and for scrolling use the Edge of the trackpad with clockwise and counter-clockwise movement.

    I know that I made It sound confusing, but if you see a video of that in action Will be Easy af to understand!

    • LazaroFilmOP
      link
      fedilink
      English
      311 months ago

      And it’s implemented and pushed to GitHub. Scrolling is a bit jerky right now but it works!

    • LazaroFilmOP
      link
      fedilink
      English
      2
      edit-2
      11 months ago

      Actually that makes perfect sense and I live the idea! All it has to do is check where your initial touch was. If I’m ce center, then trackpads off on the edges of the circle then scroll. I may even be able to use LVGL to make that even better in the future. Thanks for the tip. And for right click I am planning on a hold, and tap+hold for drag.