You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing a bit after updating from 1.4.156 to the latest as for now. I did a selftest and the cable was not connected between RF I/O and CAL.
That caused selftest #3 to fail and the whole testprocess stopped.
I noticed the red "Did Y" text on the screen when it failed. I think that in sa_core.c at line 7116 it's written to screen.
(it's a guess because test 3 failed and this is test 2?)
ili9341_drawstring_7x13("Did you connect high and low ports with cable?", 0, 210);
In any case, it looks like the error text/hint is truncated on the display.
to test: no cable and do selftest
The text was updated successfully, but these errors were encountered:
I was playing a bit after updating from 1.4.156 to the latest as for now. I did a selftest and the cable was not connected between RF I/O and CAL.
That caused selftest #3 to fail and the whole testprocess stopped.
I noticed the red "Did Y" text on the screen when it failed. I think that in sa_core.c at line 7116 it's written to screen.
(it's a guess because test 3 failed and this is test 2?)
In any case, it looks like the error text/hint is truncated on the display.
to test: no cable and do selftest
The text was updated successfully, but these errors were encountered: