We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997ce5f commit a570550Copy full SHA for a570550
src/core/mykeyboard.cpp
@@ -536,7 +536,7 @@ String generalKeyboard(
536
537
// Prints the chars counter
538
tft.setTextSize(FP);
539
- tft.setTextColor(getComplementaryColor2(bruceConfig.bgColor), bruceConfig.bgColor, true);
+ tft.setTextColor(getComplementaryColor2(bruceConfig.bgColor), bruceConfig.bgColor);
540
String chars_counter = String(current_text.length()) + "/" + String(max_size);
541
tft.fillRect(
542
tftWidth - ((chars_counter.length() * 6) + 20), // 5px per char + 1 padding
0 commit comments