We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284559a commit 9faeb77Copy full SHA for 9faeb77
1 file changed
cpp/jddisplay.cpp
@@ -105,7 +105,9 @@ void JDDisplay::pollButtons(Event) {
105
if (stepWaiting) {
106
if (stepPrefix())
107
return;
108
+ // stepWaiting == false
109
flushSend();
110
+ sendDone()
111
}
112
113
@@ -268,7 +270,7 @@ bool JDDisplay::stepPrefix() {
268
270
void JDDisplay::step() {
269
271
272
-
273
274
if (palette) {
275
{
276
#define PALETTE_SIZE (16 * 4)
0 commit comments