summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-12-12 08:08:46 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-12-12 08:08:46 +0100
commit3dcd23533545e48b0a2a6fa4dd81f603ed5470e9 (patch)
tree4878e506a74dc86a61636f48ccb27e92d234d60d /docs
parent916ebaabe741ba57a3ac6c31210d719aa644bf65 (diff)
added a preview of the program
Diffstat (limited to 'docs')
-rw-r--r--docs/guide.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/guide.md b/docs/guide.md
index 4cbba50..37dee7c 100644
--- a/docs/guide.md
+++ b/docs/guide.md
@@ -1,23 +1,23 @@
--------------------------------------------------------------
+---
I2C CONTROLLER GUIDE
--------------------------------------------------------------
+---
This program is designed to control an LCD1602 using python. It supports
a GUI and CLI interface and is at the moment only linux compatible.
You will need to have a couple of dependency's readdy on your device to use the software.
--------------------------------------------------------------
+---
The software supports multiple fetures ranging from a note saving system ( which is actually a fun way of saying displaying something on the screen and saving the output for later use) to speech transription and system readings.
-The main way of using the software is the CLI. run the main.py file and you will see the options pop, after running them they will run automaticly, the CLI is still the recomended way of using it simply because it's ment for controlling an RPI through an SSH session.
+The main way of using the software is the CLI. run the main.py file and you will see the options pop, after running them they will run automaticly, the CLI is still the recomended way of using it simply because it's ment for controlling an RPI through an SSH session.
-
------------------------------------------------------------
+---
Installation Guide
-Install the executable run it. \ No newline at end of file
+Install the executable run it.
+![Program Preview](https://github.com/nasrlol/I2C/preview.png)