2014-06-17 sl Adding reset function called when changing font. default tip
2014-06-04 sl Testing our double marquee.
2014-06-04 sl Trying to get fonts working with marquee.
2014-06-04 sl Marquee loop can now be paused and resumed.
2014-06-04 sl Messing around to try to get our animation to start and stop properly.
2014-06-03 sl Frame culling now done in QML rather than CPP.
2014-06-03 sl Marquee can now be paused and restarted.
2014-06-03 sl Trying to get rid of our QML timer.
2014-06-02 sl Putting our marquee control on our display.
2014-06-02 sl Switching our marquee implementation from animator to animation to avoid lags.
2014-06-02 sl Adding scrolling text animation demo.
2014-06-02 sl Adding scrolling marquee text demo.
2014-06-01 sl Code cleaning and comments in our test tab.
2014-06-01 sl Adding an option to disable frame differencing.
2014-05-30 sl Cleaning up and customizing our frame diff algo.
2014-05-30 sl Frame diff algo now working nicely and providing twice the frame rate.
2014-05-30 sl Pixel diff logic for frame rate improvment now working.
2014-05-29 sl Trying to optimize our swap buffer implementation by sending only the pixel
2014-05-29 sl Restoring some of our on-screen functionality for debug purposes.
2014-05-29 sl Hacking around our UI so that our frame display window remains inside our app.
2014-05-29 sl Adding set pixel method to our QML MiniDisplay.
2014-05-29 sl Adding MiniDisplay methods to display image and window.
2014-05-28 sl Working around our font dialog option listing issues.
2014-05-28 sl Fixing qml warnings.
2014-05-28 sl Fixing our font rendering issues by rendering into 32bits bitmap.
2014-05-28 sl Sorting out start-up/shutdown sequence to avoid flashing old frame upon connection.
2014-05-28 sl Adding brightness slider and an option to connect display on start-up.
2014-05-28 sl Now supporting read request for device ID, firmware version and power status.
2014-05-28 sl Adding status bar to display vendor and product strings.
2014-05-28 sl Async loading of our tabs.
2014-05-28 sl Basic font rendering now working nicely.
2014-05-27 sl Adding font property and example C++ code for rendering font in bitmap.
2014-05-27 sl Adding our MiniDisplay QML control.
2014-05-27 sl Adding logs to our MiniDisplay.
2014-05-27 sl Creating a quick item for our MiniDisplay.
2014-05-27 sl Selected font is now persisting.
2014-05-27 sl First contribution.