Cleaned up for RGB/BGR selection
[hackover2013-badge-firmware.git] / ChangeLog.txt
index 96d9ba5..a829257 100644 (file)
@@ -1,6 +1,46 @@
-v0.9.3 - Ongoing
+v0.9.8 - Ongoing
 ================
+- Added SSD1331_COLORORDER_RGB flasg to SSD1331.h to
+  select between RGB and BGR color order
+- Added 128x32 support to ssd1306.c and rewrote
+  initialize sequence for 128x32 and 128x64 displays
+- Added driver for Sharp Memory Display
+  /drivers/lcd/bitmap/sharpmem
+- Added SPI Flash example
+  /tools/examples/spiflash/*
+- Added write function to SPI Flash driver
+  /drivers/spiflash/*
+- Added CFG_BRD_LPC1343_REFDESIGN_MINIMAL as a board
+  option in projectconfig.h.  Tries to keep the flash
+  use as small as possible by initialising less
+  peripherals in systemInit().
+- Changed CodeLite project files to support real
+  debugging with a Segger J-Link and GDB Server.
+- Fixed issue with USB CDC instantiation for
+  FreeBSD
+- Added experimental SSD1351 OLED driver to
+  /drivers/lcd/tft/hw
 
+v0.9.5 - 3 August 2011
+======================
+
+- Redid the font rendering code to use DotFactory
+  generated fonts, and update to the latest binary
+  in the /tools folder.  All fonts have been
+  re-rendered to accomodate the updated code.
+- Updated clock values in cpu.c for PLL to match FCCO 
+  range of 156-320MHz
+- Changed SCB_PLLCTRL_MULT_* to SCB_PLLCTRL_MSEL_* in
+  lpc111x.h to match usermanual
+- Changed SCB_PLLCTRL_DIV_* SCB_PLLCTRL_PSEL_* in
+  lpc111x.h to match usermanual
+- Added inline version of key functions in ili9328.c,
+  which increases the code size ~1.3KB but more than
+  doubles the drawing speed for most drawing functions
+  by avoiding branch operations and pushing and popping
+  the stack multiple times.  Inline methods can be
+  toggled with 'ILI9238_USE_INLINE_METHODS'.
+- Fixed IOCON_SWDIO_PIO1_3_FUNC_CT32B1_MAT2 in lpc134x.h
 - Added drawCornerFilled() to drawing.c and LCD CLI
 - Fixed a nasty bug with 'gpioInterruptEvent' in the 
   gpioSetInterrupt function (core/gpio/gpio.c)
This page took 0.018792 seconds and 4 git commands to generate.