Skip to content

Commit ec61165

Browse files
typo
1 parent 84b07ac commit ec61165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/PDQgraphicstest/PDQgraphicstest.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ int32_t testText()
291291

292292
gfx->setTextSize(2);
293293
gfx->setTextColor(gfx->color565(0xff, 0x00, 0x00));
294-
gfx->print(F("RGB565_RED "));
294+
gfx->print(F("RED "));
295295
gfx->setTextColor(gfx->color565(0x00, 0xff, 0x00));
296-
gfx->print(F("RGB565_GREEN "));
296+
gfx->print(F("GREEN "));
297297
gfx->setTextColor(gfx->color565(0x00, 0x00, 0xff));
298-
gfx->println(F("RGB565_BLUE"));
298+
gfx->println(F("BLUE"));
299299

300300
gfx->setTextSize(tsa);
301301
gfx->setTextColor(RGB565_YELLOW);

0 commit comments

Comments
 (0)