File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
ports/unix/variants/coverage Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,21 @@ SRC_BITMAP := \
31
31
$(patsubst ../../% ,% ,$(wildcard ../../shared-bindings/gifio/* .c ../../shared-module/gifio/* .c) ) \
32
32
shared/runtime/context_manager_helpers.c \
33
33
displayio_min.c \
34
+ shared-bindings/bitmaptools/__init__.c \
34
35
shared-bindings/displayio/Bitmap.c \
36
+ shared-bindings/rainbowio/__init__.c \
37
+ shared-bindings/util.c \
38
+ shared-module/bitmaptools/__init__.c \
35
39
shared-module/displayio/area.c \
36
40
shared-module/displayio/Bitmap.c \
37
41
shared-module/displayio/ColorConverter.c \
38
- shared-bindings/bitmaptools/__init__.c \
39
- shared-module/bitmaptools/__init__.c \
40
- shared-bindings/util.c \
42
+ shared-module/displayio/ColorConverter.c \
43
+ shared-module/rainbowio/__init__.c \
41
44
42
45
$(info $(SRC_BITMAP))
43
46
SRC_C += $(SRC_BITMAP )
44
47
45
- CFLAGS += -DCIRCUITPY_GIFIO=1 -DCIRCUITPY_DISPLAYIO_UNIX=1 -DCIRCUITPY_BITMAPTOOLS=1
48
+ CFLAGS += -DCIRCUITPY_GIFIO=1 -DCIRCUITPY_DISPLAYIO_UNIX=1 -DCIRCUITPY_BITMAPTOOLS=1 -DCIRCUITPY_RAINBOWIO=1
46
49
47
50
SRC_C += coverage.c
48
51
SRC_CXX += coveragecpp.cpp
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ binascii bitmaptools btree cexample
34
34
cmath collections cppexample displayio
35
35
errno ffi framebuf gc
36
36
gifio hashlib json math
37
- qrio re sys termios
38
- ubinascii uctypes uerrno uheapq
39
- uio ujson ulab uos
40
- urandom ure uselect ustruct
41
- utime utimeq uzlib
37
+ qrio rainbowio re sys
38
+ termios ubinascii uctypes uerrno
39
+ uheapq uio ujson ulab
40
+ uos urandom ure uselect
41
+ ustruct utime utimeq uzlib
42
42
ime
43
43
44
44
utime utimeq
You can’t perform that action at this time.
0 commit comments