Skip to content

Commit f33273b

Browse files
committed
working on the global rotate
1 parent 5107c4e commit f33273b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

ext_mod/lcd_bus/include/common/lcd_framebuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
extern const mp_obj_type_t mp_lcd_framebuf_type;
2323

24-
#endif __LCD_FRAMEBUF_H__
24+
#endif /* __LCD_FRAMEBUF_H__ */

ext_mod/lcd_bus/include/common/sw_rotate.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
#ifdef ESP_IDF_VERSION
2-
#include "esp32/bus_task.h"
3-
#elif defined(MP_PORT_UNIX)
4-
#include "posix/bus_task.h"
5-
#else
6-
#include "other_mcus/bus_task.h"
1+
2+
#include "sw_rotate_task_common.h"
3+
#include "sw_rotate_task.h"
4+
75

86
#ifndef __SW_ROTATE_H__
97
#define __SW_ROTATE_H__

0 commit comments

Comments
 (0)