mirror of
https://github.com/pimoroni/st7735-python.git
synced 2025-01-05 22:40:25 +03:00
Prep for v0.0.5
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
0.0.5
|
||||
-----
|
||||
|
||||
* Add support for choosing between BGR/RGB displays
|
||||
* Add methods for display power and sleep control
|
||||
|
||||
0.0.4-post1
|
||||
-----------
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import spidev
|
||||
import RPi.GPIO as GPIO
|
||||
|
||||
|
||||
__version__ = '0.0.4'
|
||||
__version__ = '0.0.5'
|
||||
|
||||
BG_SPI_CS_BACK = 0
|
||||
BG_SPI_CS_FRONT = 1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
[metadata]
|
||||
name = ST7735
|
||||
version = 0.0.4-post1
|
||||
version = 0.0.5
|
||||
author = Philip Howard
|
||||
author_email = phil@pimoroni.com
|
||||
description = Library to control an ST7735 168x80 TFT LCD display.
|
||||
|
||||
Reference in New Issue
Block a user