mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-12 20:58:34 +08:00
Add LCD config
This commit is contained in:
parent
212c987543
commit
b7c10ee180
2 changed files with 5 additions and 2 deletions
|
@ -4,9 +4,13 @@
|
|||
#define ARM64_DMB()
|
||||
#define ARM64_DSB()
|
||||
#define ARM64_ISB()
|
||||
#define CONFIG_BOARD_LOOPSPERMSEC 5000
|
||||
|
||||
#define CONFIG_FB_OVERLAY y
|
||||
#define CONFIG_BOARD_LOOPSPERMSEC 116524
|
||||
|
||||
#define DEBUGASSERT assert
|
||||
#define DEBUGPANIC() assert(false)
|
||||
|
||||
#define ERROR -1
|
||||
#define FAR
|
||||
#define OK 0
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// Add `#include "../../pinephone-nuttx/test/test_a64_de.c"` to the end of this file:
|
||||
// https://github.com/apache/nuttx/blob/master/arch/arm64/src/a64/a64_de.c
|
||||
|
||||
#define CONFIG_FB_OVERLAY y
|
||||
#define CHANNELS 3
|
||||
|
||||
// TODO: Sync with test.c
|
||||
|
|
Loading…
Reference in a new issue