diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-12-12 08:08:46 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-12-12 08:08:46 +0100 |
| commit | 3dcd23533545e48b0a2a6fa4dd81f603ed5470e9 (patch) | |
| tree | 4878e506a74dc86a61636f48ccb27e92d234d60d | |
| parent | 916ebaabe741ba57a3ac6c31210d719aa644bf65 (diff) | |
added a preview of the program
| -rw-r--r-- | docs/guide.md | 14 | ||||
| -rw-r--r-- | preview.png | bin | 0 -> 172353 bytes |
2 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. + diff --git a/preview.png b/preview.png Binary files differnew file mode 100644 index 0000000..cbe1bd3 --- /dev/null +++ b/preview.png |
