mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
graphics/: Correct logic for copy of bit maps with resolution less than 8 bits from the per-window framebuffer to the device.
This commit is contained in:
+6
-1
@@ -62,7 +62,12 @@ config NX_RAMBACKED
|
||||
window at the expense of increased memory usage.
|
||||
|
||||
Redraw requests in other cases are also suppressed: Changes to window
|
||||
position, size, etc.
|
||||
position, size, etc. As a consequence, some manual updates will be
|
||||
required when certain events occurr (like removing a toolbar from a
|
||||
window)
|
||||
|
||||
NOTE: A significant amount of RAM, usually external SDRAM, is
|
||||
required to run this demo.
|
||||
|
||||
config NX_BGCOLOR
|
||||
hex "Initial background color"
|
||||
|
||||
Reference in New Issue
Block a user