This commit is contained in:
Bartosz Kościów 2017-05-30 19:08:42 +02:00
parent f5ede7e7a1
commit 01ab037182
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.6.0
- tests
- fix area drawing
0.5.0 0.5.0
- tests - tests
- fix page drawing - fix page drawing

View File

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