mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
This commit is contained in:
+4
-3
@@ -675,9 +675,10 @@ config NXSTART_EXTERNINIT
|
||||
---help---
|
||||
Define to support external display initialization by platform-
|
||||
specific code. This this option is defined, then nx_start() will
|
||||
call up_nxdrvinit(CONFIG_NXSTART_DEVNO) to initialize the graphics
|
||||
device. This option is necessary if display is used that cannot be
|
||||
initialized using the standard LCD or framebuffer interfaces.
|
||||
call board_graphics_setup(CONFIG_NXSTART_DEVNO) to initialize the
|
||||
graphics device. This option is necessary if display is used that
|
||||
cannot be initialized using the standard LCD or framebuffer
|
||||
interfaces.
|
||||
|
||||
config NXSTART_SERVERPRIO
|
||||
int "NX Server priority"
|
||||
|
||||
Reference in New Issue
Block a user