Rename Image class to Label
All checks were successful
Build ptprnt / build (push) Successful in 5m1s

This commit is contained in:
2023-12-03 11:13:15 +01:00
parent f0812d3166
commit 0704081326
13 changed files with 61 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
tests = [['bitmap_test', 'bitmap_test_exe', ptprnt_srcs + ['bitmap_test/bitmap_test.cpp']],
['image_test', 'image_test_exe', ptprnt_srcs +['image_test/image_test.cpp']],
['label_test', 'label_test_exe', ptprnt_srcs +['label_test/label_test.cpp']],
['monochrome_test', 'monochrome_test_exe', ptprnt_srcs +['monochrome_test/monochrome_test.cpp']]
]