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:
Gregory Nutt
2019-04-09 15:09:10 -06:00
parent 4aadcc8c28
commit cbb09c55ec
14 changed files with 225 additions and 121 deletions
+2 -1
View File
@@ -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