Poor man's flexible input device: keyboard sketched on paper and a touchscreen #2788
Replies: 6 comments
-
|
Posted at 2018-10-04 by @allObjects Here part of the code with input/output example: The actual calculator is still on the list (suggestions are welcome) as well as attaching any kind of display. Output of input shows in console so far (: - Touching PS: Configured screen resolution is 142 W x 104 H spots (pixels), 0/0 is at left (x) top (y). Reasons for chosen resolution will be subject of another conversation. ...more to come... |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2018-10-08 by @MaBecker Wow, I like that touch screen What about this one? Is it similar to the one you use ? |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2018-10-08 by @allObjects Yes, I got mine from https://www.buydisplay.com/ - https://www.ebay.com/usr/buydisplay - directly - the shop(s) of the manufacturer EastRising Technology Co., Ltd. I guess, because the manufacturer Web site has no other indication. I buy always 2+, because they are somewhat fragile... broke my first when 'gently pushing' it into its location in 3d printed frame,... the gently was obviously not so gentle and a corner broke off... small, but of course exactly the one with the trace going around the corner opposite of the film connector, so I lost the Upper (in portrait) feed and sense line... buydisplay is the source of (almost) all my displays, since I do not need the fruity, access easing surroundings (from adaFruit... I though admit that my first add-ons when getting started with Original Espruino board came from adafruit: display w/ resistive touchscreen (no touch screen controller), wifi CC3000 board, and possibly M6 uBlox GPS). |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2018-10-09 by @gfwilliams Looks great! Do you have links to your |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2018-10-09 by @allObjects Getting the modules ready. |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2018-10-16 by @allObjects Modules are now on https://www.espruino.com/modules:
TouchRD Documentation includes generic code for calibration for Portrait and Landscape use. The configuration(s) as used in post #1 were created with the generic calibration code and then copied into the modules folder of the sandbox in the Espruino IDE: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-10-04 by @allObjects
A hybrid of old and new technology: A resistive touch screen over a sketched / printed 'keyboard' layout provides flexible input options. Getting rid of physical buttons and have unlimited entry options - that's what this is all about.
Here is my universal Espruino (PICO) keyboard. A few modules including a configuration module make a simple calculator entry.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions