All Projects → tom-2015 → rpi-AR1100

tom-2015 / rpi-AR1100

Licence: other
Calibration program for the AR1100 on the Raspberry Pi

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to rpi-AR1100

pmvr
Raspberry Pi Motion Video Recorder
Stars: ✭ 22 (-15.38%)
Mutual labels:  raspberry
griode
Griode + Novation Launchpad + Raspberry Pi = a music instrument!
Stars: ✭ 116 (+346.15%)
Mutual labels:  raspberry
YoloV3-ncnn-Raspberry-Pi-4
MobileNetV2_YOLOV3 for ncnn framework
Stars: ✭ 20 (-23.08%)
Mutual labels:  raspberry
docker-rpi-plex-video-converter
Raspberry PI - Plex Video converter - Docker image (Multiarch)
Stars: ✭ 19 (-26.92%)
Mutual labels:  raspberry
stenogotchi
Portable stenography using Plover and bluetooth keyboard emulation on a Raspberry Pi Zero W
Stars: ✭ 71 (+173.08%)
Mutual labels:  raspberry
PyDOS
DOS-like OS for microcontroller boards running Micropython or Circuitpython
Stars: ✭ 40 (+53.85%)
Mutual labels:  raspberry
gitlab-runner
GitLab Runner (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 17 (-34.62%)
Mutual labels:  raspberry
cariboulite
CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
Stars: ✭ 785 (+2919.23%)
Mutual labels:  raspberry
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (+26.92%)
Mutual labels:  raspberry
la-maison-pythonic
Projet didactique du livre "Python, Raspberry-Pi et Flask" avec ESP8266 sous MicroPython
Stars: ✭ 16 (-38.46%)
Mutual labels:  raspberry
IoTFlow
Visual tool for IoT 💡
Stars: ✭ 30 (+15.38%)
Mutual labels:  raspberry
dd performances
DeepDetect performance sheet
Stars: ✭ 92 (+253.85%)
Mutual labels:  raspberry
examples
YAKINDU Statechart Tools examples
Stars: ✭ 20 (-23.08%)
Mutual labels:  raspberry
iRadio
Ein Softwarebaukasten für den Aufbau/Umbau von Radios auf Raspberry Pi Basis
Stars: ✭ 15 (-42.31%)
Mutual labels:  raspberry
RpiANC
Active Noise Control on Raspberry Pi
Stars: ✭ 49 (+88.46%)
Mutual labels:  raspberry
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (+11.54%)
Mutual labels:  raspberry
pi-encrypted-boot-ssh
🔑 Raspberry Pi Encrypted Boot with Remote SSH
Stars: ✭ 96 (+269.23%)
Mutual labels:  raspberry
Raspberry-QNX
Raspberry Pi -QNX ( BCM2835 )
Stars: ✭ 82 (+215.38%)
Mutual labels:  raspberry
godot-gameshell
Godot export templates and instructions for the GameShell portable game console and other single-board computers
Stars: ✭ 34 (+30.77%)
Mutual labels:  raspberry
pi-uhf-tv-station
Build your own UHF TV stations using a Raspberry Pi
Stars: ✭ 44 (+69.23%)
Mutual labels:  raspberry

rpi-AR1100

Example program for calibrating the Microchip AR1100 
resistive touch screen controller from the Raspberry Pi (Raspbian)
Requires:
sudo apt-get install git make g++ libusb-1.0-0-dev libgtk2.0-dev

Installation:
- "cd" to the directory of the source code (this file) and type "make"
-code will compile
-sudo chmod +x AR1100

Execution:
Calibration with 9 points on the screen:
sudo ./AR1100 -c 9
You can calibrate with 4 or 25 points, 9 is the default
sudo ./AR1100 -m
switch the AR1100 to USB mouse mode
Combination:
sudo ./AR1100 -c 9 -m
Calibrate and switch to mouse mode

Debugging:
If you want more debugging info you can compile the code with:
make clean
make DEBUG=1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].