You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
271 B
14 lines
271 B
5 years ago
|
/**
|
||
|
* TODO file description
|
||
|
*
|
||
|
* Created on 2020/01/05.
|
||
|
*/
|
||
|
|
||
|
#ifndef REFLOWER_DISPLAY_SPEC_H
|
||
|
#define REFLOWER_DISPLAY_SPEC_H
|
||
|
|
||
|
#define LCD_WIDTH 84 // Note: x-coordinates go wide
|
||
|
#define LCD_HEIGHT 48 // Note: y-coordinates go high
|
||
|
|
||
|
#endif //REFLOWER_DISPLAY_SPEC_H
|