cleanups
This commit is contained in:
parent
d4625a1e6a
commit
00646326aa
2 changed files with 4 additions and 4 deletions
4
glcd.h
4
glcd.h
|
@ -4,8 +4,8 @@
|
|||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "fonts.h"
|
||||
#include "drivers/lcd/ssd1289_lld.h"
|
||||
#include "drivers/lcd/s6d1121_lld.h"
|
||||
#include "ssd1289_lld.h"
|
||||
#include "s6d1121_lld.h"
|
||||
|
||||
#define SCREEN_WIDTH 240
|
||||
#define SCREEN_HEIGHT 320
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "glcd.h"
|
||||
#include "drivers/touchpad/ads7843_lld.h"
|
||||
#include "drivers/touchpad/xpt2046_lld.h"
|
||||
#include "ads7843_lld.h"
|
||||
#include "xpt2046_lld.h"
|
||||
|
||||
#define CONVERSIONS 3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue