OMOTE/Platformio/HAL/Targets/Simulator/omoteconfig.h
Matthew Colvin 17f751a08a Re work directory structure to support new architecture
Still need to get the Sim building
2023-08-05 13:02:58 -05:00

6 lines
95 B
C

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