Add LCD config

This commit is contained in:
Lee Lup Yuen 2022-12-23 11:29:16 +08:00
parent 212c987543
commit b7c10ee180
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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