This is a modified version of the Kentec_35_SPI library included with Energia and developed by Rei Vilo.
This updated version adds support for the TM4C1294 Connected LaunchPad and addresses a couple specific issues with my Connected Status Monitor project.
-
Add support for 12x8 font (font size 3).
-
Default to standard SPI pins on the BoosterPack 1 connectors (pins 7, 14, 15 on J1/J2). The tivac platform core has these pins configured as SPI module 2.
-
Use
digitalWrite()
instead ofanalogWrite()
for the LCD backlight, since my setup does not use a PWM pin for the backlight.
- Disable call to
_getRawTouch()
, as it frequently hangs on my setup.
Other than the changes listed above, this version should work the same as the library included with Energia and should support msp430, msp432, and tiva platforms.
The included example program and documentation can be used to understand how to use the library.
- GitHub directory containing the source version of the library from the Tiva board package
- Library documentation
- Writeups by Rei Vilo for full version of the library and special edition for Energia
- Connected Status Monitor project that uses this library
- TM4C1294 Connected LaunchPad TI product page and Embedded Computing writeup
The software and other files in this repository are released under a dual license, depending on the usage:
-
For hobbyists and for personal usage:
Attribution-NonCommercial-ShareAlike 4.0 Unported (CC BY-NC-SA 4.0) -
For professionals or organisations or for commercial usage:
All rights reserved
See the file LICENSE.txt
in this repository.