diff --git a/configs/lpcxpresso-lpc54628/README.txt b/configs/lpcxpresso-lpc54628/README.txt index 4f496d9856f..a20c0e67229 100644 --- a/configs/lpcxpresso-lpc54628/README.txt +++ b/configs/lpcxpresso-lpc54628/README.txt @@ -485,6 +485,17 @@ Configurations pwfb: This configuration uses the test at apps/examples/pwfb to verify the - operation of the per-window framebuffers. + operation of the per-window framebuffers. That example shows three + windows containing text moving around, crossing each other from + "above" and from "below". The example application is NOT updating the + windows any anyway! The application is only changing the window + position. The windows are being updated from the per-winidow + framebuffers automatically. + + This example is reminescent of Pong: Each window travels in straight + line until it hits an edge, then it bounces off. The window is also + raised when it hits the edge (gets "focus"). This tests all + combinations of overap. + 2019-03-19: Every works fine! diff --git a/configs/open1788/README.txt b/configs/open1788/README.txt index e034b1f9871..95184cd942d 100644 --- a/configs/open1788/README.txt +++ b/configs/open1788/README.txt @@ -576,7 +576,17 @@ Configuration Directories ----- This configuration uses the test at apps/examples/pwfb to verify the - operation of the per-window framebuffers. + operation of the per-window framebuffers. That example shows three + windows containing text moving around, crossing each other from + "above" and from "below". The example application is NOT updating the + windows any anyway! The application is only changing the window + position. The windows are being updated from the per-winidow + framebuffers automatically. + + This example is reminescent of Pong: Each window travels in straight + line until it hits an edge, then it bounces off. The window is also + raised when it hits the edge (gets "focus"). This tests all + combinations of overap. STATUS: 2019-03-16: The test does not succeed. There are still numerou