From 6ed61c65dd66cdbb450a4920a69bae193ec73f15 Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Mon, 1 Dec 2025 06:25:13 +1100 Subject: [CI] Format code according to conventions (#25827) Format code according to conventions--- drivers/lcd/st7565.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/lcd') diff --git a/drivers/lcd/st7565.c b/drivers/lcd/st7565.c index f24bb78048..3ce40bc852 100644 --- a/drivers/lcd/st7565.c +++ b/drivers/lcd/st7565.c @@ -70,7 +70,7 @@ along with this program. If not, see . // parts of the display unusable or don't get cleared correctly // and also allows for drawing & inverting uint8_t st7565_buffer[ST7565_MATRIX_SIZE]; -uint8_t * st7565_cursor; +uint8_t *st7565_cursor; ST7565_BLOCK_TYPE st7565_dirty = 0; bool st7565_initialized = false; bool st7565_active = false; -- cgit v1.2.3