mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
ION: SCREEN_WIDTH becomes ION_SCREEN_WIDTH
Change-Id: Ifc7d06b773f8660cff30e727f510eea448b23852
This commit is contained in:
@@ -10,8 +10,8 @@ extern "C" {
|
||||
#include "utils.h"
|
||||
#include "plot.h"
|
||||
|
||||
constexpr KDCoordinate kScreenWidth = SCREEN_WIDTH;
|
||||
const KDCoordinate kScreenHeight = SCREEN_HEIGHT;
|
||||
constexpr KDCoordinate kScreenWidth = ION_SCREEN_WIDTH;
|
||||
const KDCoordinate kScreenHeight = ION_SCREEN_HEIGHT;
|
||||
|
||||
static float plotValues[kScreenWidth];
|
||||
static float yMin, yMax;
|
||||
|
||||
Reference in New Issue
Block a user