forked from mirrors/qmk_userspace
Make it easier to use drivers
This commit is contained in:
parent
4da3b19603
commit
9d8279960d
15 changed files with 58 additions and 45 deletions
|
|
@ -20,10 +20,10 @@
|
|||
/*===========================================================================*/
|
||||
|
||||
#ifndef GDISP_SCREEN_HEIGHT
|
||||
#define GDISP_SCREEN_HEIGHT 32
|
||||
#define GDISP_SCREEN_HEIGHT LCD_HEIGHT
|
||||
#endif
|
||||
#ifndef GDISP_SCREEN_WIDTH
|
||||
#define GDISP_SCREEN_WIDTH 128
|
||||
#define GDISP_SCREEN_WIDTH LCD_WIDTH
|
||||
#endif
|
||||
#ifndef GDISP_INITIAL_CONTRAST
|
||||
#define GDISP_INITIAL_CONTRAST 35
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue