// Define the display's register codes #define DISPLAY_CONTROL_REGISTER 0x00 #define DISPLAY_ON 0x01
#include <stdint.h> #include "lcd_hal.h" // Your hardware abstraction layer image2lcd register code