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.