Skip to content

Commit

Permalink
refactor: DEPG0213BNS800 border waveform (partial)
Browse files Browse the repository at this point in the history
Changed from "Follow LUT1". Seems to accumulate much less static. I hope I know what I'm doing..
  • Loading branch information
todd-herbert committed Feb 18, 2024
1 parent e3444d6 commit 523defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Displays/DEPG0213BNS800/mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void DEPG0213BNS800::configPartial() {
sendData(0x00);

sendCommand(0x3C); // Border
sendData(0x05);
sendData(0xC0); // Floating (less noise-accumulation?)

sendCommand(0x18); // Temperature sensor
sendData(0x80);
Expand Down

0 comments on commit 523defb

Please sign in to comment.