Skip to content

Commit

Permalink
First tiffg4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
atc1441 committed Dec 6, 2021
1 parent f42ed12 commit 302a9db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified Firmware/ATC_Paper.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Firmware/src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void user_init_normal(void)
init_flash();
battery_mv = get_battery_mv();
battery_level = get_battery_level(battery_mv);
epd_display(0);
epd_display_tiff();
}

_attribute_ram_code_ void user_init_deepRetn(void)
Expand Down
1 change: 1 addition & 0 deletions Firmware/src/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $(OUT_PATH)/ota.o \
$(OUT_PATH)/led.o \
$(OUT_PATH)/uart.o \
$(OUT_PATH)/nfc.o \
$(OUT_PATH)/tiffg4.o \
$(OUT_PATH)/one_bit_display.o \
$(OUT_PATH)/main.o

Expand Down

0 comments on commit 302a9db

Please sign in to comment.