This commit is contained in:
Bartosz Kościów 2017-05-22 18:26:53 +02:00
parent 78a9467e64
commit eb37981f24
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,6 @@
0.4.0
- ILI9486, XPT2046
- rotation
0.2.1 0.2.1
- CS & LED pin do ILI drv - CS & LED pin do ILI drv
0.2.0 0.2.0

View File

@ -13,7 +13,7 @@ Supported:
And for touch panels: And for touch panels:
- ad7843 via SPI, uses irq or not - ad7843 via SPI, uses irq or not
- WIP ad7866/xpt2046 - ad7866/xpt2046
On NJU and SSD uses buffer to keep current content as help for page operations. On NJU and SSD uses buffer to keep current content as help for page operations.

View File

@ -13,9 +13,12 @@ def read(*paths):
setup( setup(
name='gfxlcd', name='gfxlcd',
version='0.2.1', version='0.4.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=['gfxlcd', 'raspberry pi' ,'ili9328' ,'ssd1306', 'nju6450', 'lcd', 'graphical lcd', 'touch panel', 'ad7843'], keywords=[
'gfxlcd', 'raspberry pi' ,'ili9328' ,'ssd1306', 'nju6450', 'lcd', 'graphical lcd', 'touch panel', 'ad7843',
'ili9486', 'xpt2046', 'ad7846'
],
long_description=(read('readme.md')), long_description=(read('readme.md')),
url='https://github.com/bkosciow/gfxlcd', url='https://github.com/bkosciow/gfxlcd',
license='MIT', license='MIT',