diff options
| author | QMK Bot <hello@qmk.fm> | 2025-12-01 06:25:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 19:25:13 +0000 |
| commit | 6ed61c65dd66cdbb450a4920a69bae193ec73f15 (patch) | |
| tree | 2d8cf989fba3622bbde9ea1d2da0f9bfe65edd95 /drivers/lcd | |
| parent | 330a8597f8fb136374285d2b52a978e311b46ede (diff) | |
[CI] Format code according to conventions (#25827)
Format code according to conventions
Diffstat (limited to 'drivers/lcd')
| -rw-r--r-- | drivers/lcd/st7565.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. | |||
| 70 | // parts of the display unusable or don't get cleared correctly | 70 | // parts of the display unusable or don't get cleared correctly |
| 71 | // and also allows for drawing & inverting | 71 | // and also allows for drawing & inverting |
| 72 | uint8_t st7565_buffer[ST7565_MATRIX_SIZE]; | 72 | uint8_t st7565_buffer[ST7565_MATRIX_SIZE]; |
| 73 | uint8_t * st7565_cursor; | 73 | uint8_t *st7565_cursor; |
| 74 | ST7565_BLOCK_TYPE st7565_dirty = 0; | 74 | ST7565_BLOCK_TYPE st7565_dirty = 0; |
| 75 | bool st7565_initialized = false; | 75 | bool st7565_initialized = false; |
| 76 | bool st7565_active = false; | 76 | bool st7565_active = false; |
