Skip to content

Commit

Permalink
bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petabite committed Mar 23, 2020
1 parent 2ccaf66 commit ff44269
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,25 @@
- Fill from Middle
- Fill from Sides
- Fill Strip
- Christmas

## Changelog
| Release | Changes | Date |
|:-------:|:-------------|:-------:|
|v1.1 | <ul><li>New status LED indicator</li><li>New startup animation</li></ul>| 9/2/2019
|v1.0 | <ul><li>FIRST RELEASE!!</li></ul> |8/12/2019
| Release | Changes | Date |
| :-----: | :-------------------------------------------------------------------------- | :-------: |
| v1.2 | <ul><li>New colors section</li><li>New Christmas lights animation</li></ul> | 3/22/2020 |
| v1.1 | <ul><li>New status LED indicator</li><li>New startup animation</li></ul> | 9/2/2019 |
| v1.0 | <ul><li>FIRST RELEASE!!</li></ul> | 8/12/2019 |

## Screenshot
## Screenshots

<img src="https://raw.githubusercontent.com/petabite/uPixels/master/images/screenshot.png" width="400">

**Animations screen**

<img src="https://raw.githubusercontent.com/petabite/uPixels/master/images/colors-screen.png">

**Colors screen**

## Requirements

- Micro-controller that supports MicroPython(like the NodeMCU ESP8266)
Expand Down
Binary file added images/colors-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion uPixels/uPixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from uWeb import uWeb, loadJSON

class uPixels:
VERSION = '1.0'
VERSION = '1.2'
def __init__(self, pin, num_leds, address="0.0.0.0", port=8000):
self.device_name = uos.uname()[0]
self.pin = machine.Pin(pin, machine.Pin.OUT) # configure pin for leds
Expand Down

0 comments on commit ff44269

Please sign in to comment.