LiquidCrystal (community library)

Summary

Name Value
Name LiquidCrystal
Version 0.0.3
Installs 117957
License GNU GPLv3
Author Adafruit, Technobly
URL https://github.com/adesh/sparkcore-liquidcrystal-master
Repository https://github.com/adesh/sparkcore-liquidcrystal-master.git
Download .tar.gz

LiquidCrystal on Spark Core

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

SparkCore-LiquidCrystal

An Implementation of Arduino's LiquidCrystal library for the Spark Core

Universally Supports:

  • Standard Hitachi HD44780 based LCDs in 4-bit mode
  • Adafruit's 16x2 OLED Display (Winstar)
  • Sparkfun's 16x2 OLED Display (ADH Technology Co. Ltd.)

Grab the RAW version of each file and place into your web IDE as follows:

image (image removed)

If you are building locally, place the files here:

..\core-firmware\inc\LiquidCrystal.h
..\core-firmware\src\application.cpp (renamed from Spark-HelloSparky.cpp)
..\core-firmware\src\LiquidCrystal.cpp
..\core-firmware\src\build.mk (optional, if you have your own make file going, just add the LiquidCrystal.cpp to it)

Browse Library Files