Prep for v0.0.5

This commit is contained in:
Phil Howard
2023-08-07 11:35:02 +01:00
parent 8d4235b9b3
commit c0733d678a
3 changed files with 8 additions and 2 deletions

View File

@@ -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
-----------

View File

@@ -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

View File

@@ -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.