Skip to content

Commit 35913ce

Browse files
committed
working on the global rotate
1 parent d3314c3 commit 35913ce

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ext_mod/lcd_bus/src/common/sw_rotate.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,5 +658,3 @@ void rotate_32bpp(uint32_t *src, uint32_t *dst, mp_lcd_sw_rotation_data_t *copy_
658658
break;
659659
}
660660
}
661-
662-
#endif

ext_mod/lcd_bus/src/esp32/i80_bus.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33

44
// local includes
5-
#include "common/lcd_types.h"
5+
#include "common/lcd_common_types.h"
6+
#include "lcd_types.h"
67
#include "common/modlcd_bus.h"
7-
#include "esp32/i80_bus.h"
8+
#include "i80_bus.h"
89

910
// micropython includes
10-
#include "mphalport.h"
1111
#include "py/obj.h"
1212
#include "py/runtime.h"
1313

0 commit comments

Comments
 (0)