sl [Tue, 27 May 2014 17:49:33 +0200] rev 27
Experimenting with our bitmap to bitarray convertion.
sl [Sat, 24 May 2014 09:24:40 +0200] rev 26
Fixing BitBlit function for it to work with bitmap larger than screen.
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.
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.
sl [Thu, 22 May 2014 07:50:02 +0200] rev 14
Moving base HID classes into separate files.
sl [Thu, 22 May 2014 07:30:05 +0200] rev 13
Fixing crash on stratup if no Futaba VFD connected.
sl [Thu, 22 May 2014 07:16:55 +0200] rev 12
Files reorganisation.
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.
sl [Wed, 21 May 2014 22:43:19 +0200] rev 10
Working on our architecture. Adding a bunch of HID and Futaba classes.
sl [Wed, 21 May 2014 16:11:09 +0200] rev 9
Drafting new Futaba class.
sl [Wed, 21 May 2014 10:19:22 +0200] rev 8
Font selection now generates and saves a TGA sample.
sl [Wed, 21 May 2014 09:03:40 +0200] rev 7
Font is now instanciated after selction.
sl [Wed, 21 May 2014 08:54:35 +0200] rev 6
Adding font selection dialog. Did a bit of cleaning too.
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.
sl [Tue, 20 May 2014 18:13:22 +0200] rev 4
Adding button to reset a defined pixel.
Slow implementation for setting all pixels.
sl [Tue, 20 May 2014 17:04:50 +0200] rev 3
Add buttons and text field to set pixels.
sl [Mon, 19 May 2014 22:33:38 +0200] rev 2
Adding buttons to test basic functionality of Futaba VFD GP1212A01A.
sl [Mon, 19 May 2014 21:11:52 +0200] rev 1
Fixing solution file .
sl [Mon, 19 May 2014 21:10:35 +0200] rev 0
Renamed testgui from hidapi to FutabaVfd.