We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3552ef commit abd340aCopy full SHA for abd340a
1 file changed
shared-module/framebufferio/FramebufferDisplay.c
@@ -39,8 +39,6 @@
39
#include <stdint.h>
40
#include <string.h>
41
42
-#include "tick.h"
43
-
44
void common_hal_framebufferio_framebufferdisplay_construct(framebufferio_framebufferdisplay_obj_t* self,
45
mp_obj_t framebuffer, uint16_t width, uint16_t height,
46
uint16_t rotation, uint16_t color_depth,
0 commit comments