mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
Improve some discussion in README files.
This commit is contained in:
@@ -485,6 +485,17 @@ Configurations
|
|||||||
pwfb:
|
pwfb:
|
||||||
|
|
||||||
This configuration uses the test at apps/examples/pwfb to verify the
|
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!
|
2019-03-19: Every works fine!
|
||||||
|
|||||||
@@ -576,7 +576,17 @@ Configuration Directories
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
This configuration uses the test at apps/examples/pwfb to verify the
|
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:
|
STATUS:
|
||||||
2019-03-16: The test does not succeed. There are still numerou
|
2019-03-16: The test does not succeed. There are still numerou
|
||||||
|
|||||||
Reference in New Issue
Block a user