Skip to content

Commit 2294086

Browse files
committed
try enabling pixelbuf on esp8266
1 parent c27cb0c commit 2294086

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ports/esp8266/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ SRC_SHARED_MODULE = \
147147
os/__init__.c \
148148
random/__init__.c \
149149
storage/__init__.c \
150-
struct/__init__.c
150+
struct/__init__.c \
151+
pixelbuf/__init__.c \
152+
pixelbuf/PixelBuf.c
151153

152154
SRC_SHARED_MODULE_EXPANDED = $(addprefix shared-bindings/, $(SRC_SHARED_MODULE)) \
153155
$(addprefix shared-module/, $(SRC_SHARED_MODULE))

0 commit comments

Comments
 (0)