#ifndef OBD2_DISPLAY_H #define OBD2_DISPLAY_H #ifdef __cplusplus extern "C" { #endif /* display size */ #define LCD_W 480 #define LCD_H 320 #ifdef __cplusplus } #endif #endif // !OBD2_DISPLAY_H