← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/LCD_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'LCD_test.py')
-rw-r--r--LCD_test.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/LCD_test.py b/LCD_test.py
new file mode 100644
index 0000000..196f674
--- /dev/null
+++ b/LCD_test.py
@@ -0,0 +1,5 @@
+import I2C_LCD_driver as LCD
+
+AGVlcd = LCD.lcd()
+
+AGVlcd.lcd_display_string("Hello World!", 1)