Recent content by rdm

  1. R

    Touchscreen does not work with RAW HID

    Doesn't it happen that someone has an idea or a clue what it might be? Or does anyone have experience with the USB touchscreen library? I would be very grateful for a tip on where to start. greetings Lars
  2. R

    Touchscreen does not work with RAW HID

    If you want to use the touchscreen with the RawHID function, it doesn't work. Code is the slightly adapted Teensy "Single Finger Line Example" elapsedMillis nextTouch; void setup() { TouchscreenUSB.begin(); } void drawline(int x, int y) { for (int i=0; i < 6000; i += 100) {...
Back
Top