Update barcode gen

This commit is contained in:
Willy-JL
2023-07-14 03:18:52 +02:00
parent 49fe96247a
commit 00771df0c3
6 changed files with 153 additions and 7 deletions

View File

@@ -35,6 +35,9 @@
//the folder where the code 128 encoding table is located
#define CODE128_DICT_FILE_PATH BARCODE_DATA_FILE_DIR_PATH "/code128_encodings.txt"
//the folder where the code 128 C encoding table is located
#define CODE128C_DICT_FILE_PATH BARCODE_DATA_FILE_DIR_PATH "/code128c_encodings.txt"
//the folder where the user stores their barcodes
#define DEFAULT_USER_BARCODES EXT_PATH("apps_data/barcodes")
@@ -85,4 +88,4 @@ uint32_t main_menu_callback(void* context);
uint32_t exit_callback(void* context);
int32_t barcode_main(void* p);
int32_t barcode_main(void* p);