fix pre-commit error
This commit is contained in:
parent
fb0d7246c1
commit
bd34750533
3 changed files with 13 additions and 18 deletions
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
|
|
||||||
|
|
||||||
#define LPM009M360A_CMD_NO_UPDATE 0x00
|
#define LPM009M360A_CMD_NO_UPDATE 0x00
|
||||||
#define LPM009M360A_CMD_BLINKING_BLACK 0x10
|
#define LPM009M360A_CMD_BLINKING_BLACK 0x10
|
||||||
#define LPM009M360A_CMD_BLINKING_INVERSION 0x14
|
#define LPM009M360A_CMD_BLINKING_INVERSION 0x14
|
||||||
|
@ -17,6 +16,4 @@
|
||||||
#define LPM009M360A_CMD_VCOM 0x40
|
#define LPM009M360A_CMD_VCOM 0x40
|
||||||
#define LPM009M360A_CMD_UPDATE 0x80
|
#define LPM009M360A_CMD_UPDATE 0x80
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* LPM009M360A_DISPLAY_DRIVER_H__ */
|
#endif /* LPM009M360A_DISPLAY_DRIVER_H__ */
|
||||||
|
|
|
@ -20,5 +20,3 @@ properties:
|
||||||
color_mode:
|
color_mode:
|
||||||
type: uint8-array
|
type: uint8-array
|
||||||
default: [0x04]
|
default: [0x04]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue