STM32-Zombie-0.2.0: control a STM32F103 microcontroller

LicenseBSD3
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

App.TestLCD

Description

The LCDDemo module has been copied from System.Hardware.Arduino.Parts.TestLCD in the hArduino package. The original Author of this code is Levent Erkok. There have been some minor adaption for STM32.

Synopsis

Documentation

happy :: [String] Source #

The happy glyph. See lcdCreateSymbol for details on how to create new ones.

sad :: [String] Source #

The sad glyph. See lcdCreateSymbol for details on how to create new ones.

lcdDemo :: IO () Source #

Access the LCD connected to Arduino, making it show messages we read from the user and demonstrate other LCD control features offered by hArduino.