Skip to content

Commit 801cf18

Browse files
authored
Update lcd.h
1 parent ee0f1eb commit 801cf18

File tree

1 file changed

+1
-0
lines changed
  • tutorial/training/Inc

1 file changed

+1
-0
lines changed

tutorial/training/Inc/lcd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef LCD_H_
2020
#define LCD_H_
2121
#include <stdio.h>
22+
#include <cstdint>
2223

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

0 commit comments

Comments
 (0)