mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 14:06:31 +01:00
Border control waveforms for clearer borders
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#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
|
||||
3
zbs243_shared/board/ssd1619.c
Normal file → Executable file
3
zbs243_shared/board/ssd1619.c
Normal file → Executable file
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user