mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
graphics/nxbe and nxmu: This bring the software cursor to code complete. Still untested. Some flicker is expected. It has not been determined if that level of flicker is acceptable or not.
This commit is contained in:
@@ -78,12 +78,13 @@ extern "C"
|
||||
* a process space and will not be generally available. In that case,
|
||||
* we could keep the image in a shared memory region or perhaps copy the
|
||||
* image into a kernel internal buffer. Neither of those are implemented.
|
||||
* 4. Only a single color plane is supported at present.
|
||||
*/
|
||||
|
||||
#if (defined(CONFIG_NX_SWCURSOR) && \
|
||||
(defined(CONFIG_NX_LCDDRIVER) || !defined(CONFIG_NX_DISABLE_1BPP) || \
|
||||
!defined(CONFIG_NX_DISABLE_2BPP) || !defined(CONFIG_NX_DISABLE_4BPP) || \
|
||||
defined(CONFIG_BUILD_KERNEL)))
|
||||
defined(CONFIG_BUILD_KERNEL) || CONFIG_NX_NPLANES > 1))
|
||||
# undef CONFIG_NX_NOCURSOR
|
||||
# undef CONFIG_NX_SWCURSOR
|
||||
# define CONFIG_NX_NOCURSOR 1
|
||||
|
||||
Reference in New Issue
Block a user