mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-16 12:41:05 +00:00
Add test code for using RTT
This commit is contained in:
15
due_obd2/obd2_display.h
Normal file
15
due_obd2/obd2_display.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user