Skip to content

Commit f8b6518

Browse files
committed
Adds rotation to SDL driver
1 parent af666b6 commit f8b6518

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ext_mod/lcd_bus/rotate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// stdlib includes
44
#include <string.h>
5+
#include <stdint.h>
56

67
static void rotate0(uint8_t *src, uint8_t *dst, rotation_data_t *data);
78
static void rotate_8bpp(uint8_t *src, uint8_t *dst, rotation_data_t *data);

ext_mod/lcd_bus/rotate.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <stdint.h>
2+
13
#ifndef __ROTATE_H__
24
#define __ROTATE_H__
35

0 commit comments

Comments
 (0)