92554257b9
graphics/nxbe/nxbe_bitmap.c: Fix another coordinate system problem. graphics/: Review use of device coordinate system with window frambebuffer and make fixes accordingly. graphics/nxbe/nxbe_fill.c: Fix a coordinate system bug. Was trying to update the window fraembuffer using the device coordinate system. Need to use the relative coordinate system. graphics/: Use DEBUGASSERT instead of return an error since the is no user to handle the errors within the NX server. Use CONFIG_DEBUG_GRAPHICS instead of CONFIG_DEBUG_FEATURES in most cases. graphics/: Nothing under graphics/ should set the errno. |
||
---|---|---|
.. | ||
bin | ||
kbin | ||
nx | ||
nxfonts | ||
nxglib | ||
nxmu | ||
nxtk | ||
ubin | ||
.gitignore | ||
Kconfig | ||
Makefile | ||
nxcontext.h | ||
README.txt |
README ====== The graphics capability consist both of components internal to the RTOS and of user-callable interfaces. In the NuttX kernel mode build there are some components of the graphics subsystem are callable in user mode and other components that are internal to the RTOS. This directory, libs/libnx/, contains only those user-callable components. The RTOS internal functions are contained in the graphics/ directory. Please refer to graphics/README.txt for more detailed information.