diff --git a/gps-rpi-pico/gps-rpi-pico.py b/gps-rpi-pico/gps-rpi-pico.py index 7a57f63..6b5eb21 100644 --- a/gps-rpi-pico/gps-rpi-pico.py +++ b/gps-rpi-pico/gps-rpi-pico.py @@ -110,5 +110,11 @@ while True: if(TIMEOUT == True): print("Request Timeout: No GPS data is found.") + #-------------------------------------------------- + #updated on 5-May-2022 + oled.fill(0) + oled.text("No GPS data is found", 0, 0) + oled.show() + #-------------------------------------------------- TIMEOUT = False - \ No newline at end of file +