Skip to content

Commit

Permalink
S024R and W328R keyboard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli authored Feb 21, 2025
1 parent bb52639 commit e716e7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/mykeyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ char checkLetterShortcutPress() {
**********************************************************************/
String keyboard(String mytext, int maxSize, String msg) {
resetTftDisplay();

touchPoint.Clear();
String _mytext = mytext;
bool caps=false;
bool redraw=true;
Expand Down Expand Up @@ -414,6 +414,9 @@ String keyboard(String mytext, int maxSize, String msg) {
if(millis()-holdCode>250) { // allow reading inputs

#if defined(HAS_TOUCH) // CYD, Core2, CoreS3
#if defined(USE_TFT_eSPI_TOUCH)
check(AnyKeyPress);
#endif
auto t = touchPoint;
if (t.pressed)
{
Expand Down

0 comments on commit e716e7d

Please # to comment.