Releases: Andy4495/Kentec_35_SPI
Releases · Andy4495/Kentec_35_SPI
Kentec_35_SPI v2.0.0
Initial release.
Library is based on Kentec_35_SPI from Energia tivac core: /~https://github.com/energia/tivac-core/tree/master/libraries/Kentec_35_SPI
Changes From Version 1.0.0 Library Included with Energia
TM4C1294 Connected LaunchPad Specific Changes
-
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 bakclight, since my setup does not use a PWM pin for the backlight.
Other changes
- Disable call to
_getRawTouch()
, as it frequently hangs on my setup.
Full Changelog: /~https://github.com/Andy4495/Kentec_35_SPI/commits/v2.0.0