Skip to content

Commit c544c51

Browse files
committed
Enable barcode widget
1 parent 0ca479b commit c544c51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lv_conf.h

+3
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,9 @@
622622
/*QR code library*/
623623
#define LV_USE_QRCODE 1
624624

625+
/*Barcode code library*/
626+
#define LV_USE_BARCODE 1
627+
625628
/*FreeType library*/
626629
#ifdef MICROPY_FREETYPE
627630
#define LV_USE_FREETYPE 1

0 commit comments

Comments
 (0)