diff --git a/binaries/Tag_FW_1.54.bin b/binaries/Tag_FW_1.54.bin index 54000a4a..0c094b14 100644 Binary files a/binaries/Tag_FW_1.54.bin and b/binaries/Tag_FW_1.54.bin differ diff --git a/binaries/Tag_FW_2.9-uc8151.bin b/binaries/Tag_FW_2.9-uc8151.bin index 76315672..1055798c 100644 Binary files a/binaries/Tag_FW_2.9-uc8151.bin and b/binaries/Tag_FW_2.9-uc8151.bin differ diff --git a/binaries/Tag_FW_2.9.bin b/binaries/Tag_FW_2.9.bin index da7903d5..63832de5 100644 Binary files a/binaries/Tag_FW_2.9.bin and b/binaries/Tag_FW_2.9.bin differ diff --git a/binaries/Tag_FW_4.2.bin b/binaries/Tag_FW_4.2.bin index 137fe8fc..62d14c50 100644 Binary files a/binaries/Tag_FW_4.2.bin and b/binaries/Tag_FW_4.2.bin differ diff --git a/binaries/Tag_FW_Pack.bin b/binaries/Tag_FW_Pack.bin index 621cb340..a497b0ae 100644 Binary files a/binaries/Tag_FW_Pack.bin and b/binaries/Tag_FW_Pack.bin differ diff --git a/zbs243_Tag_FW/settings.h b/zbs243_Tag_FW/settings.h index 5988f7fb..33e0def5 100755 --- a/zbs243_Tag_FW/settings.h +++ b/zbs243_Tag_FW/settings.h @@ -3,8 +3,8 @@ #include -#define FW_VERSION 016 // version number (max 2.5.5 :) ) -#define FW_VERSION_SUFFIX "-BD" // suffix, like -RC1 or whatever. +#define FW_VERSION 017 // version number (max 2.5.5 :) ) +#define FW_VERSION_SUFFIX "-WF" // suffix, like -RC1 or whatever. // #define DEBUGBLOCKS // uncomment to enable extra debug information on the block transfers // #define PRINT_LUT // uncomment if you want the tag to print the LUT for the current temperature bracket #endif \ No newline at end of file diff --git a/zbs243_shared/board/ssd1619.c b/zbs243_shared/board/ssd1619.c old mode 100644 new mode 100755 index dd9d6087..11081088 --- a/zbs243_shared/board/ssd1619.c +++ b/zbs243_shared/board/ssd1619.c @@ -249,7 +249,8 @@ void epdSetup() { commandEnd(); // shortCommand1(CMD_DATA_ENTRY_MODE, 0x03); - shortCommand1(CMD_BORDER_WAVEFORM_CTRL, 0xC0); + //shortCommand1(CMD_BORDER_WAVEFORM_CTRL, 0xC0); // blurry edges + shortCommand1(CMD_BORDER_WAVEFORM_CTRL, 0x01); shortCommand1(CMD_TEMP_SENSOR_CONTROL, 0x80); shortCommand1(CMD_DISP_UPDATE_CTRL2, 0xB1); // mode 1 (i2C) // shortCommand1(CMD_DISP_UPDATE_CTRL2, 0xB9); // mode 2?