Update formatting

This commit is contained in:
Bill Sideris 2024-08-04 20:14:10 +03:00
parent 98ecfaac2d
commit cebd80e135
No known key found for this signature in database
GPG key ID: 1BEF1BCEBA58EA33

View file

@ -16,7 +16,7 @@
#define DELAY 0x80
// display init sequence according to LilyGO example app
// Display init sequence according to LILYGO factory firmware
uint8_t display_init_sequence[] = {
// sw reset
0x01, 0 | DELAY, 150,
@ -58,8 +58,8 @@ void board_init(void) {
bus,
spi,
&pin_GPIO38, // DC
&pin_GPIO12, // CS
NULL, // RST
&pin_GPIO12, // CS
NULL, // RST
40000000, // baudrate
0, // polarity
0 // phase