#DAISY-23 - Front panel with 16x2 alphanumeric LCD and 5 touch buttons

<div class="text-success lead">
I2C Panel with 2x16 LCD Display and 5 Touch Button
</div>

This panel is designed around the case [Tekal3](http://www.teko.it/en/prodotti/famiglia/AL/serie/80) made by TEKO S.p.A.

The panel is equipped with a 2x16 LCD display and 5 Touch Button Pad, **both controllable through I2C bus**.

## Features

* multitouch button
* button interrupt trigger
* ON/OFF backlight
* 4bit backlight level

## Preview

<img src="DAISY-23.jpg"/>

<img src="daisy23_rear.jpg"/>

## Python library to manage Daisy23-LCD + TouchButton Panel

Complete class of methods to manipulate LCD and button via I2C bus (EXAMPLES included..).

<pre class="minicom">
git://github.com/Madefree/Daisy.git
</pre>

## Related links

* [Madefree web site](http://www.madefree.eu/doku.php/daisy23)
* [DAISY-23 Schematic](/download/schematics/schematic_daisy23.pdf)
* [MPR121 Datasheet](http://cache.freescale.com/files/sensors/doc/data_sheet/MPR121.pdf)
* [COG display 16x2 Datasheet](/download/datasheets/ERC1602GS-1-Manual.pdf)
* [COG display SMD connector Datasheet](/download/datasheets/0.5A-14PIN.pdf)


