steering-wheel-rpi/include/defines.h

4 lines
82 B
C
Raw Normal View History

#pragma once
constexpr int SCREEN_WIDTH = 480;
constexpr int SCREEN_HEIGHT = 320;