From: Kevin Townsend Date: Mon, 26 Mar 2012 16:09:13 +0000 (+0200) Subject: v1.0.0 X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/commitdiff_plain/a306c30761cb53c276e4ce5c94723fed907fc1e8 v1.0.0 --- diff --git a/ChangeLog.txt b/ChangeLog.txt index 930ecb1..0f05637 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,6 +6,7 @@ v1.0.0 - 23 March 2012 - *** Renamed '/drivers/spiflash' to '/drivers/storage/spiflash' *** - *** Renamed '/drivers/eeprom' to '/drivers/storage/eeprom' *** - *** Renamed '/drivers/lcd' to '/drivers/display' *** +- Added I2C support to the SSD1306 driver - Moved all color conversion and manipulation functions to '/drivers/displays/tft/colors.c', and added a few new functions: colorsDim(), etc.