OMOTE/Platformio/HAL/Targets/Simulator/omoteconfig.h
Matthew Colvin 5b1228b167 Re work directory structure to support new architecture
Still need to get the Sim building
2023-09-09 21:44:46 -04:00

6 lines
95 B
C

#pragma once
#define IS_SIMULATOR true
#define SCREEN_WIDTH 240
#define SCREEN_HEIGHT 360