We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0f1eb commit 801cf18Copy full SHA for 801cf18
tutorial/training/Inc/lcd.h
@@ -19,6 +19,7 @@
19
#ifndef LCD_H_
20
#define LCD_H_
21
#include <stdio.h>
22
+#include <cstdint>
23
24
void loadRGB565LCD(uint32_t x, uint32_t y, uint32_t width, uint32_t height,
25
uint16_t *src, uint8_t resize);
0 commit comments