DisplayFrame.qml
author sl
Thu, 29 May 2014 21:42:07 +0200
changeset 19 be04ffbb561c
permissions -rw-r--r--
Trying to optimize our swap buffer implementation by sending only the pixel
block which ave changed. No joy so far.
sl@15
     1
import QtQuick 2.0
sl@15
     2
sl@15
     3
Rectangle {
sl@15
     4
    width: 256
sl@15
     5
    height: 64
sl@15
     6
    color: red
sl@15
     7
}