16#include "display_defs.h"
33#define HORIZONTAL_SYNC_WIDTH 4
34#define VERTICAL_SYNC_WIDTH 4
35#define HORIZONTAL_BACK_PORCH 43
36#define VERTICAL_BACK_PORCH 12
37#define HORIZONTAL_FRONT_PORCH 8
38#define VERTICAL_FRONT_PORCH 8
StatusCode
StatusCodes for various errors.
Definition status.h:27
StatusCode display_init(SteeringStorage *storage)
Initialize the display.
Definition display.c:300
Steering storage.
Definition steering.h:118