node-red-contrib-pitft-touch 0.0.2

This reads /dev/input/event0 (or other input device) on the Raspberry Pi, which is the Adafruit PiTFT touch screen if you used their tutorial to install the shield. *May be* compatible with other touch screens and other Linux-es.

npm install node-red-contrib-pitft-touch

Source files for a Raspberry Pi Adafruit PiTFT touch screen node for Node-RED

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-pitft-touch

The Node-RED user needs to be member of the input group.

###Input

This reads /dev/input/event0 (or any other device path), which is the Adafruit PiTFT touch screen if you used their tutorial to install the shield. May be compatible with other touch screens. This node doesn't do any error handling yet (so if there's not PiTFT, tough luck) nor any fancy event handling ("gestures"), but just reports the last position where the user touched the screen before lifting the finger. This is useful for simple "touch a button on the screen" sort of operations.

Outputs an object called msg containing a msg.payload. msg.payload is a JSON String of the format {"x":10, "y":20}

Node Info

Version: 0.0.2
Updated 10 years, 2 months ago
License: Apache
Rating: not yet rated

Actions

Rate:

Downloads

4 in the last week

Nodes

  • touch

Keywords

  • node-red
  • Raspberry Pi
  • Adafruit
  • PiTFT
  • touch
  • touch screen

Maintainers