Skip to content

Commit

Permalink
Update lcd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
claycoleman authored Nov 24, 2024
1 parent ee0f1eb commit 801cf18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorial/training/Inc/lcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#ifndef LCD_H_
#define LCD_H_
#include <stdio.h>
#include <cstdint>

void loadRGB565LCD(uint32_t x, uint32_t y, uint32_t width, uint32_t height,
uint16_t *src, uint8_t resize);
Expand Down

0 comments on commit 801cf18

Please sign in to comment.