This commit is contained in:
Bartosz Kościów 2017-05-08 20:46:50 +02:00
parent 70a450ba74
commit 95629d36ef
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
0.2.1
- CS & LED pin do ILI drv
0.2.0
- add AD7843 touch panel driver
0.1.0

View File

@ -13,7 +13,7 @@ def read(*paths):
setup(
name='gfxlcd',
version='0.2.0',
version='0.2.1',
description='gfxlcd is a handler for graphical lcds: ILI9328, SSD1306, NJU6450, touch panel: AD7843 @ Raspberry Pi.',
keywords=['gfxlcd', 'raspberry pi' ,'ili9328' ,'ssd1306', 'nju6450', 'lcd', 'graphical lcd', 'touch panel', 'ad7843'],
long_description=(read('readme.md')),