summaryrefslogtreecommitdiff
path: root/drivers/painter/st77xx/qp_st7735.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/painter/st77xx/qp_st7735.h')
-rw-r--r--drivers/painter/st77xx/qp_st7735.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/painter/st77xx/qp_st7735.h b/drivers/painter/st77xx/qp_st7735.h
index a9ce16bef1..e65b7ca706 100644
--- a/drivers/painter/st77xx/qp_st7735.h
+++ b/drivers/painter/st77xx/qp_st7735.h
@@ -2,7 +2,6 @@
// Copyright 2021 Nick Brassel (@tzarc)
// Copyright 2022 David Hoelscher (@customMK)
// SPDX-License-Identifier: GPL-2.0-or-later
-
#pragma once
#include "gpio.h"
@@ -42,4 +41,4 @@
* @return the device handle used with all drawing routines in Quantum Painter
*/
painter_device_t qp_st7735_make_spi_device(uint16_t panel_width, uint16_t panel_height, pin_t chip_select_pin, pin_t dc_pin, pin_t reset_pin, uint16_t spi_divisor, int spi_mode);
-#endif // QUANTUM_PAINTER_ST7735_SPI_ENABLE \ No newline at end of file
+#endif // QUANTUM_PAINTER_ST7735_SPI_ENABLE