Skip to content

Commit 704982a

Browse files
refactored RGBImage
Refactored RGBImage to use a templated base class. This will allow future expansion to other matrix types, such as bi-color LEDs or gray-scale monochrome LEDs.
1 parent 8ecc2df commit 704982a

File tree

6 files changed

+463
-272
lines changed

6 files changed

+463
-272
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
###Changed
10+
* Refactored the image classes to have a common, templated base class. This consolidates similar logic to a single location.
11+
12+
13+
## [1.0.1] - 2017-12-24
14+
### Fixed
15+
* Corrected failure to compile for boards that can only use 6-bit color.
16+
17+
## [1.0.0] - 2017-12-24
18+
Initial release

0 commit comments

Comments
 (0)