sl [Thu, 22 May 2014 22:36:43 +0200] rev 24
Draft implementation of our bitmap to display format.
sl [Thu, 22 May 2014 21:32:45 +0200] rev 23
Fixing our multiple report pixel transfer.
Implementing support for off screen mode which is now the default.
On screen mode is there for debug pruposes.
sl [Thu, 22 May 2014 16:46:50 +0200] rev 22
Sorting out and testing our display position command.
To avoid refresh artefact we will indeed need to use this feature.
It will go like that:
* Setup off screen buffer
* Swap frame buffer
sl [Thu, 22 May 2014 14:57:11 +0200] rev 21
Adding support for setting GP1212A01A display position.
sl [Thu, 22 May 2014 13:46:37 +0200] rev 20
Draft implementation of multiple report pixel command.
sl [Thu, 22 May 2014 11:29:23 +0200] rev 19
Adding Futaba GP1212A01A read requests.
sl [Thu, 22 May 2014 09:31:23 +0200] rev 18
Implementing Futaba GP1212A01A brightness support.
Test application now using Futaba class to send some of our commands.
sl [Thu, 22 May 2014 09:12:31 +0200] rev 17
Adding read functionnality to our HidDevice.
Fixing some state issues upon connection.
sl [Thu, 22 May 2014 08:45:14 +0200] rev 16
Adding vendor/product/serial number strings support to our HidDevice.
sl [Thu, 22 May 2014 08:17:14 +0200] rev 15
Sorting out connected state management with our new VFD object.