Samples
If you would like to make a contribution to this section, please click here for more information.
Shield Code
- Using the LCD Plus shield. Written by David Barker. A simple program that can be used to test all of the available functionality of the LCD Plus shield, including: LCD display; variable backlight control; reading a DS18B20 temperature sensor; reading a light sensitive resistor; reading and writing to a DS1307 Real Time Clock (RTC); reading from the 5 button keypad; writing data, time and temperature readings to the onboard SD card slot.
- Using the microSD data logging shield. Written by David Barker. A simple program that can be used to test all of the available functionality of the microSD data logging shield.
- LCD Backlight Control Using the LCDPlus Shield. Written by Gavin Wiggett. A Simple example on how you could control the Backlight on the LCDPlus shield.
Secure Digital (SD) Card
- SD Card File Reader. Written by David Barker. A simple program that reads a *.hex file from a SD card and dumps the results to the screen using the Firewing built in 232 to USB interface.
Graphics
- Firewing Color TFT Library Samples. Written by Gavin Wiggett. Some examples using the Color TFT Library.
- TFT Touch Screen Samples. Written by Gavin Wiggett. Some examples using the TFT Touch Screen Module.
Interfacing to External Devices
- Multiple One Wire (OW) device. Written by David Barker. An example program which shows you how to create an array of OW device structures. Very useful if you have more than one OW device connected to the bus.
- Using DS1307 NV RAM. Written by David Barker. A very simple code example showing how to access NV RAM on a DS1307.
FTDI Eve Graphics Controller - FT800
- FT800 programs. Written by David Barker. A mixture of programs that will work with the Gameduino 2 shield and the M800B43A module from FTDI.
- Custom Widgets. Written by David Barker. Some code showing how to create custom widgets.
- Calibrating for Touch. Written by David Barker. Some code showing how to calibrate your display for touch.
- Using Touch. Written by David Barker. Some code showing how to mark objects for touch.
- Using Tag and TagMask. Written by Coccoliso. a simple keypad from Gameduino datasheet which has as its purpose the correct use of tags.