diff --git a/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py b/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py
index 95e6eb04f15b06497189f3ffc46b64a118f27d2a..be2dd66935f8515119ff161ea4d39454ff96eb9b 100644
--- a/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py
+++ b/GW-custom/uPyLoRaWAN/examples/LoRaReceiver.py
@@ -1,4 +1,4 @@
-from uPySensors.ssd1306_i2c import Display
+# from uPySensors.ssd1306_i2c import Display
 
 
 def receive(lora):
diff --git a/GW-custom/uPyLoRaWAN/examples/LoRaSender.py b/GW-custom/uPyLoRaWAN/examples/LoRaSender.py
index 8ce9301a02824477030c67aa5a0832e858bd2e18..940bbfa4ac6ce2fac402af0962123fb246ed10bd 100644
--- a/GW-custom/uPyLoRaWAN/examples/LoRaSender.py
+++ b/GW-custom/uPyLoRaWAN/examples/LoRaSender.py
@@ -1,6 +1,6 @@
 from time import sleep
 
-from uPySensors.ssd1306_i2c import Display
+# from uPySensors.ssd1306_i2c import Display
 
 
 def send(lora):