Apply clang format for samples files (#833)
Apply clang format for c source files under samples folder
This commit is contained in:
@ -8,17 +8,17 @@
|
||||
|
||||
#define USE_XPT2046 1
|
||||
|
||||
# define XPT2046_HOR_RES 320
|
||||
# define XPT2046_VER_RES 240
|
||||
# define XPT2046_X_MIN 200
|
||||
# define XPT2046_Y_MIN 200
|
||||
# define XPT2046_X_MAX 3800
|
||||
# define XPT2046_Y_MAX 3800
|
||||
# define XPT2046_AVG 4
|
||||
# define XPT2046_INV 0
|
||||
#define XPT2046_HOR_RES 320
|
||||
#define XPT2046_VER_RES 240
|
||||
#define XPT2046_X_MIN 200
|
||||
#define XPT2046_Y_MIN 200
|
||||
#define XPT2046_X_MAX 3800
|
||||
#define XPT2046_Y_MAX 3800
|
||||
#define XPT2046_AVG 4
|
||||
#define XPT2046_INV 0
|
||||
|
||||
#define CMD_X_READ 0b10010000
|
||||
#define CMD_Y_READ 0b11010000
|
||||
#define CMD_X_READ 0b10010000
|
||||
#define CMD_Y_READ 0b11010000
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -28,7 +28,6 @@ extern "C" {
|
||||
* INCLUDES
|
||||
*********************/
|
||||
|
||||
|
||||
#if USE_XPT2046
|
||||
#include <autoconf.h>
|
||||
#include <stdint.h>
|
||||
@ -48,8 +47,10 @@ extern "C" {
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
void xpt2046_init(void);
|
||||
bool xpt2046_read(lv_indev_data_t * data);
|
||||
void
|
||||
xpt2046_init(void);
|
||||
bool
|
||||
xpt2046_read(lv_indev_data_t *data);
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
|
||||
Reference in New Issue
Block a user