Move OGU to S922X

This commit is contained in:
mason
2023-04-02 20:25:27 +00:00
parent b8f2eadc2b
commit 125fb67c10
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ TARGET = fileman
DEVICE ?= HANDHELD
DEVICE ?= RK3566
DEVICE ?= RK3588
DEVICE ?= OGU
DEVICE ?= S922X
DEVICE ?= PC
START_PATH ?= "/"
+2 -2
View File
@@ -58,8 +58,8 @@
#define KEYBOARD_KEY_SPACING 10
#define KEYBOARD_SYMBOL_SIZE 58
// Parameters for OGU
#if defined(DEVICE_OGU)
// Parameters for S922X
#if defined(DEVICE_S922X)
#define SCREEN_WIDTH 854
#define SCREEN_HEIGHT 480
#define HARDWARE_ACCELERATION 0