Library apps
TouchShield Two-way Serial Demo (a library app by nothans)
This is a demo of using two-way serial communications between the TouchShield Slide and an Arduino. When the screen is tapped, the TouchShield Slide sends a serial request to the Arduino. The Arduino generates a random number and sends it back to the TouchShield Slide using a software serial line on the Arduino. Then, the TouchShield Slide displays the random ...
(More)
m number as text where the screen was touched.
(Less)
|
Arduino Temp Sensor Library (a library app by inthebitz)
This is the Arduino library for the Temp Sensor, a collaborative project between Liquidware and Modern Device (www.moderndevice.com). The library contains everything you need to start getting temperature readings on the Arduino.
Extract the LibTemperature.zip file into:
Arduino\hardware\cores\arduino\src\components\library
Open the IDE, set the boar ...
(More)
rd to Arduino Duemilanove, and open the Example GetLocalTemperature.
Then upload the code to the Arduino with the Temp Sensor plugged into Analog Pins 2-5 and start reading the Serial Monitor output.
(Less)
|
AppManager (a library app by ndudman)
An application manager, allows many applications with loop() and setup() structure to be run/switched around with a magic double touch of the screen. Tested on the TouchShield Slide, may require some replacement of screen items to work fully on the stealths smaller screen. Requires some modified core files to hook into normal program loop() can be enabled an ...
(More)
nd disabled with a few include files in user sketch and commenting/uncommenting a line in SubPOptions.h. See the video at http://www.youtube.com/watch?v=aDAamQT2ffw for what it looks like running.
(Less)
|
IXM App Kit GPL (a library app by inthebitz)
This contains all the files needed to create a template IXM app kit.
|
InputShield_Forwarder (a library app by chris)
This library app forwards the Joystick and button states to the TouchShield via a serial packet.
This library was written to help simplify gaming interfaces on the TouchShield GamePack.
|
TouchShield Stealth Image Uploader for Windows (a library app by inthebitz)
This is the TouchShield Stealth bitmap downloader application. It allows you to manage and download bitmaps on the TouchShield Stealth.
|
TouchShield Stealth Image Uploader for Mac (a library app by inthebitz)
This is the Max OS X port of the image uploader utility, which lets you upload images to the TouchShield Stealth.
|
TouchShield Stealth Serial Communications (a library app by inthebitz)
This is a simple application that demonstrates the functionality of transmitting data from the Arduino to the TouchShield Stealth. It transmits the digital value of a pin from the Arduino, and displays in text the value of the pin on the TouchShield Stealth.
|
Blank Template for New Arduino & TouchShield App (a library app by inthebitz)
A blank template folder with a set of files to fill out information about an app before uploading it. This one contains a pre-written GPL license, and basic instructions to help someone download the app to their Arduino, as well as TouchShield. This template is good for apps that use both the TouchShield and the Arduino at the same time.
|
Blank Template for New TouchShield App (a library app by inthebitz)
A blank template folder with a set of files to fill out information about an app before uploading it. This one contains a pre-written GPL license, and basic instructions to help someone download the app to their TouchShield.
|
Blank Template for New Arduino App (a library app by inthebitz)
A blank template folder with a set of files to fill out information about an app before uploading it. This one contains a pre-written GPL license, and basic instructions to help someone download the app to their Arduino.
|


