Tue, 27 May 2014 17:49:33 +0200Experimenting with our bitmap to bitarray convertion. default tip
sl [Tue, 27 May 2014 17:49:33 +0200] rev 27
Experimenting with our bitmap to bitarray convertion.

Sat, 24 May 2014 09:24:40 +0200Fixing BitBlit function for it to work with bitmap larger than screen.
sl [Sat, 24 May 2014 09:24:40 +0200] rev 26
Fixing BitBlit function for it to work with bitmap larger than screen.

Sat, 24 May 2014 00:43:18 +0200Now using host frame buffer and sending the whole frame upon swap buffers.
sl [Sat, 24 May 2014 00:43:18 +0200] rev 25
Now using host frame buffer and sending the whole frame upon swap buffers.
BitArray saved the day to implement proper BitBlit.
Any font now drawing nicely.

Thu, 22 May 2014 22:36:43 +0200Draft implementation of our bitmap to display format.
sl [Thu, 22 May 2014 22:36:43 +0200] rev 24
Draft implementation of our bitmap to display format.

Thu, 22 May 2014 21:32:45 +0200Fixing our multiple report pixel transfer.
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.

Thu, 22 May 2014 16:46:50 +0200Sorting out and testing our display position command.
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

Thu, 22 May 2014 14:57:11 +0200Adding support for setting GP1212A01A display position.
sl [Thu, 22 May 2014 14:57:11 +0200] rev 21
Adding support for setting GP1212A01A display position.

Thu, 22 May 2014 13:46:37 +0200Draft implementation of multiple report pixel command.
sl [Thu, 22 May 2014 13:46:37 +0200] rev 20
Draft implementation of multiple report pixel command.

Thu, 22 May 2014 11:29:23 +0200Adding Futaba GP1212A01A read requests.
sl [Thu, 22 May 2014 11:29:23 +0200] rev 19
Adding Futaba GP1212A01A read requests.

Thu, 22 May 2014 09:31:23 +0200Implementing Futaba GP1212A01A brightness support.
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.

Thu, 22 May 2014 09:12:31 +0200Adding read functionnality to our HidDevice.
sl [Thu, 22 May 2014 09:12:31 +0200] rev 17
Adding read functionnality to our HidDevice.
Fixing some state issues upon connection.

Thu, 22 May 2014 08:45:14 +0200Adding vendor/product/serial number strings support to our HidDevice.
sl [Thu, 22 May 2014 08:45:14 +0200] rev 16
Adding vendor/product/serial number strings support to our HidDevice.

Thu, 22 May 2014 08:17:14 +0200Sorting out connected state management with our new VFD object.
sl [Thu, 22 May 2014 08:17:14 +0200] rev 15
Sorting out connected state management with our new VFD object.

Thu, 22 May 2014 07:50:02 +0200Moving base HID classes into separate files.
sl [Thu, 22 May 2014 07:50:02 +0200] rev 14
Moving base HID classes into separate files.

Thu, 22 May 2014 07:30:05 +0200Fixing crash on stratup if no Futaba VFD connected.
sl [Thu, 22 May 2014 07:30:05 +0200] rev 13
Fixing crash on stratup if no Futaba VFD connected.

Thu, 22 May 2014 07:16:55 +0200Files reorganisation.
sl [Thu, 22 May 2014 07:16:55 +0200] rev 12
Files reorganisation.

Wed, 21 May 2014 22:55:14 +0200Adding very basic code for testing our brand new Futaba VFD class without
sl [Wed, 21 May 2014 22:55:14 +0200] rev 11
Adding very basic code for testing our brand new Futaba VFD class without
breaking generic code.

Wed, 21 May 2014 22:43:19 +0200Working on our architecture. Adding a bunch of HID and Futaba classes.
sl [Wed, 21 May 2014 22:43:19 +0200] rev 10
Working on our architecture. Adding a bunch of HID and Futaba classes.

Wed, 21 May 2014 16:11:09 +0200Drafting new Futaba class.
sl [Wed, 21 May 2014 16:11:09 +0200] rev 9
Drafting new Futaba class.

Wed, 21 May 2014 10:19:22 +0200Font selection now generates and saves a TGA sample.
sl [Wed, 21 May 2014 10:19:22 +0200] rev 8
Font selection now generates and saves a TGA sample.

Wed, 21 May 2014 09:03:40 +0200Font is now instanciated after selction.
sl [Wed, 21 May 2014 09:03:40 +0200] rev 7
Font is now instanciated after selction.

Wed, 21 May 2014 08:54:35 +0200Adding font selection dialog. Did a bit of cleaning too.
sl [Wed, 21 May 2014 08:54:35 +0200] rev 6
Adding font selection dialog. Did a bit of cleaning too.

Tue, 20 May 2014 22:31:46 +0200Adding SetPixelBlock function which is now used by SetPixel.
sl [Tue, 20 May 2014 22:31:46 +0200] rev 5
Adding SetPixelBlock function which is now used by SetPixel.
It allows us to fill our screen much faster than one pixel at a time.

Tue, 20 May 2014 18:13:22 +0200Adding button to reset a defined pixel.
sl [Tue, 20 May 2014 18:13:22 +0200] rev 4
Adding button to reset a defined pixel.
Slow implementation for setting all pixels.

Tue, 20 May 2014 17:04:50 +0200Add buttons and text field to set pixels.
sl [Tue, 20 May 2014 17:04:50 +0200] rev 3
Add buttons and text field to set pixels.

Mon, 19 May 2014 22:33:38 +0200Adding buttons to test basic functionality of Futaba VFD GP1212A01A.
sl [Mon, 19 May 2014 22:33:38 +0200] rev 2
Adding buttons to test basic functionality of Futaba VFD GP1212A01A.

Mon, 19 May 2014 21:11:52 +0200Fixing solution file .
sl [Mon, 19 May 2014 21:11:52 +0200] rev 1
Fixing solution file .

Mon, 19 May 2014 21:10:35 +0200Renamed testgui from hidapi to FutabaVfd.
sl [Mon, 19 May 2014 21:10:35 +0200] rev 0
Renamed testgui from hidapi to FutabaVfd.