docs
This commit is contained in:
parent
d085883ab7
commit
7700efdacb
@ -1,3 +1,5 @@
|
|||||||
|
0.8.1
|
||||||
|
- clean up
|
||||||
0.8.0
|
0.8.0
|
||||||
- HD44780 emulation via driver
|
- HD44780 emulation via driver
|
||||||
0.7.0
|
0.7.0
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ def read(*paths):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='gfxlcd',
|
name='gfxlcd',
|
||||||
version='0.8.0',
|
version='0.8.1',
|
||||||
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user