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.

  • tubbytwins@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    Very cool indeed! I’d like to see the keyboard integration, once it’s ready. Are there enough free pins on this module to handle the GPIOs for a keyboard matrix?

    • LazaroFilm@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      1 year ago

      There are 6 GPIO available. So maybe a macro Pad… but my idea is do embed it in The case but still have a separate usb cable to it. You can also display things on the screen if you’d like. It has a RTC and a battery management circuit so you could make it I to a clock.

        • LazaroFilm@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          1 year ago

          Yes. It does I2C. It’s also a pi Pico core so dual core. So you could use a separate core to drive the screen independently from the keyboard to keep them fast.

          Edit: actually the i2C is not exposed on the pins, but you should be able to use the BitBang_I2C library to expose them on any pair of GPIO pins. I’ll try it out and report back.

          Edit2: actually, no need for that library you can set virtual I2C to any pins I tried it with another project on the same board.

  • SuperFola@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    This is really cool! You could use it to display information about layers and when touched it transforms into a touchpad

    • LazaroFilm@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Thanks! Updates so far are:

      • turns out there is no multitouch, so no two finger right click or two finger scroll. I’ll need to work something else out. Likely will have to be. Key plus scroll or something…
      • there are only 6 pins exposed and none are I2C but you can use BitBang_I2C library to expose them then use an I2C expander board to use it in a full keyboard.
      • naznsan@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Regarding the scrolling, do you reckon it’ll be possible to implement it like how the Galaxy Watches do their scrolling?

        If you touch the edge of the screen and rotate it, it scrolls clockwise and anti-clockwise. Works decently enough although I do prefer the physical wheel.

        • LazaroFilm@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          I just updated the GitHub repo. It now has circular scrolling. Still. But buggy but it’s progressing!!!

      • RaffOwO@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year 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!

        • LazaroFilm@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          1 year 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.

  • Cris@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    God damn, that’s cool as hell. I look forward to seeing it integrated with the keyboard in the future!

  • muzzle@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    This looks super interesting. There are a bunch of embedded development communities on the threadiverse, consider cross-posting this over (I think Lemmy has a cross posting feature that avoids duplicates)

    • LazaroFilm@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Unfortunately, they’re all a bit stale as of now bull x post to do my part but it feels a lot more like throwing a bottle in the ocean than posting to a community.