Skip to content

Commit 9faeb77

Browse files
committed
try this
1 parent 284559a commit 9faeb77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/jddisplay.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ void JDDisplay::pollButtons(Event) {
105105
if (stepWaiting) {
106106
if (stepPrefix())
107107
return;
108+
// stepWaiting == false
108109
flushSend();
110+
sendDone()
109111
}
110112
}
111113

@@ -268,7 +270,7 @@ bool JDDisplay::stepPrefix() {
268270
void JDDisplay::step() {
269271
if (stepPrefix())
270272
return;
271-
273+
// stepWaiting == false
272274
if (palette) {
273275
{
274276
#define PALETTE_SIZE (16 * 4)

0 commit comments

Comments
 (0)