← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/LCD_test.py
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-04-25 10:15:50 +0200
committerEdvin <[email protected]>2025-04-25 10:15:50 +0200
commit864bb8edacb3a34e98ca804bc439b7188c397c5b (patch)
tree66a20e0c0f5ebcb5a90759a0864a042f301917d2 /LCD_test.py
parentca0fe916886eb935cd8936ea47c812e92fcd4f3f (diff)
Added some test for the LCD and fixed paths to programs to be absolute.
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)