From 92368f4499b90eff89d865c7f93ca742989bee1e Mon Sep 17 00:00:00 2001 From: jjwbruijn Date: Tue, 23 May 2023 00:32:22 +0200 Subject: [PATCH] Border control waveforms for clearer borders --- binaries/Tag_FW_1.54.bin | Bin 57440 -> 57440 bytes binaries/Tag_FW_2.9-uc8151.bin | Bin 55975 -> 55975 bytes binaries/Tag_FW_2.9.bin | Bin 57338 -> 57338 bytes binaries/Tag_FW_4.2.bin | Bin 57354 -> 57354 bytes binaries/Tag_FW_Pack.bin | Bin 228619 -> 228619 bytes zbs243_Tag_FW/settings.h | 4 ++-- zbs243_shared/board/ssd1619.c | 3 ++- 7 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 zbs243_shared/board/ssd1619.c diff --git a/binaries/Tag_FW_1.54.bin b/binaries/Tag_FW_1.54.bin index 54000a4a6ff266018b4a97dc8dec82f223904163..0c094b14e031b469a570cf8e8047eab6bb60f609 100644 GIT binary patch delta 26 icmaEGfce1z<_#Ar85uWUto&-t!mk_dw)xc7X<7iT;S4?i delta 26 icmaEGfce1z<_#Ar84ql}SozhOg-_SXW%H@6)3gA(DGcQR diff --git a/binaries/Tag_FW_2.9-uc8151.bin b/binaries/Tag_FW_2.9-uc8151.bin index 763156723dfe28bc990ceccbdc399385b92b66c8..1055798cd1acea5b0f2434ca032eeadc95a28700 100644 GIT binary patch delta 19 bcmZ3!m3jGA<_%}ov+(PNyKTO({<;uBjaYb%6rx<{JP<8n>DsR(gFa9du(GMrS)KiAYqv$K$Y%d%=aKFrvrr?wr2)0FVX@4&}JeD delta 92 zcmeDF#oPUhcf*Bh#six#R)4i-;nQ_;*?emI{>6+3ws%D{K8J{G*D7NACB9uDi}|V0 j_K-u2m)3(7f`nz309Cq+G2erzoDLLn*q#~0yhsZGKNBP7 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?