STM32-Zombie-0.1.1: control a STM32F103 microcontroller

LicenseBSD3
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

App.TestLCD

Description

The LCDDemo module has been copied from the hArduino package. This is the System.Hardware.Arduino.Parts.TestLCD module with some minor adaption for STM32. System.Hardware.Arduino.Parts.TestLCD is copyright by Levent Erkok

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.