Skip to content

Commit

Permalink
Merge pull request Tardigrade-nx#3 from brooksytech/master
Browse files Browse the repository at this point in the history
Move OGU to S922X
  • Loading branch information
r3claimer authored Apr 2, 2023
2 parents b5d9798 + eb1f409 commit eb8372f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET = fileman
DEVICE ?= HANDHELD
DEVICE ?= RK3566
DEVICE ?= RK3588
DEVICE ?= OGU
DEVICE ?= S922X
DEVICE ?= PC

START_PATH ?= "/"
Expand Down
4 changes: 2 additions & 2 deletions src/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
#define KEYBOARD_KEY_SPACING 10
#define KEYBOARD_SYMBOL_SIZE 58

// Parameters for OGU
#elif defined(DEVICE_OGU)
// Parameters for S922X
#if defined(DEVICE_S922X)
#define SCREEN_WIDTH 854
#define SCREEN_HEIGHT 480
#define HARDWARE_ACCELERATION 0
Expand Down

0 comments on commit eb8372f

Please sign in to comment.