Skip to content

Commit b01d764

Browse files
schodetdlech
authored andcommitted
pbio/image: Add Image test.
Add unit tests for image drawing. Test fill and line drawing. Refs: pybricks/support#2154
1 parent 12f6437 commit b01d764

File tree

3 files changed

+402
-0
lines changed

3 files changed

+402
-0
lines changed

lib/pbio/platform/test/pbioconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#define PBIO_CONFIG_DCMOTOR (1)
44
#define PBIO_CONFIG_DCMOTOR_NUM_DEV (6)
55
#define PBIO_CONFIG_DRIVEBASE_SPIKE (0)
6+
#define PBIO_CONFIG_IMAGE (1)
67
#define PBIO_CONFIG_IMU (0)
78
#define PBIO_CONFIG_LIGHT (1)
89
#define PBIO_CONFIG_LOGGER (1)

0 commit comments

Comments
 (0)