32#define HORIZONTAL_SYNC_WIDTH 4
33#define VERTICAL_SYNC_WIDTH 4
34#define HORIZONTAL_BACK_PORCH 43
35#define VERTICAL_BACK_PORCH 12
36#define HORIZONTAL_FRONT_PORCH 8
37#define VERTICAL_FRONT_PORCH 8
40#define DISPLAY_WIDTH 480
41#define DISPLAY_HEIGHT 272
43#define DISPLAY_WIDTH 1
44#define DISPLAY_HEIGHT 1
StatusCode
StatusCodes for various errors.
Definition: status.h:27
StatusCode display_init(SteeringStorage *storage)
Initialize the display.
Definition: display.c:34
Steering storage.
Definition: steering.h:73