summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-29 13:24:16 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-29 13:24:16 +0100
commitfdd3b103bb209045123693cd60149b951c7b2be8 (patch)
tree1019543e2db0ec535f9a76c9f8527fa0ef299caa /README.md
parent446f3d4742f88b09c85e83e96f6505cd3f6302c5 (diff)
rewritten the source of the application
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 17 insertions, 16 deletions
diff --git a/README.md b/README.md
index a8b4f6f..35429b4 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,30 @@
1# I2C 1# I2C
2 2
3A application to control an I2C display on RPI. 3An application to control an I2C display on RPI.
4This application should represent a multi-use software with features ranging from a bus line analyser, bus delay analiser, an generative AI command line, weather reports, note's saving and much more. 4This application should represent a multi-use software with features ranging from a bus line analyser, bus delay analiser, an generative AI command line, weather reports, note's saving and much more.
5 5
6This is a starter project with the goal of expanded everything later on to let's say an e-ink display or small LCD. 6This is a starter project with the goal of expanded everything later on to let's say an e-ink display or small LCD.
7 7After some tinkering with GTK i decided to switch qt for the gui application.
818/11/2024 migrating to C for the main code
9 8
10The program is Multi-platform and even supports a web-console 9The program is Multi-platform and even supports a web-console
11 10
12MAIN USE OF THE PROGRAM : 11MAIN USE OF THE PROGRAM :
13the main feature of the program is the ability to control and I2C display really extensivly and be abel to do alot of things with it 12the main feature of the program is the ability to control and I2C display really extensivly and be abel to do alot of things with it
14 13
15CURRENT FEATURES -> 14CURRENT FEATURES ->
16
17* weather display
18* random generated greeting quote ( still dont know what to really do about that, could add a joke of the day system or something like that)
19* a button powered button pomodore timer
20* some sort of clock mechanisme that adds an alarm clock, timer and stopwatch
21* system monitor dashbord ( cpu , ram , disk , temp , ... )
22* speech command center
23* generative AI model that uses meta's llama
24* current playing audio
25* voice based notes
26* to do list integration based on the personal calender
27 15
16- Weather display
17- Random generated greeting quote ( still dont know what to really do about that, could add a joke of the day system or something like that)
18- A button powered button pomodore timer
19- Some sort of clock mechanisme that adds an alarm clock, timer and stopwatch
20- System monitor dashbord ( cpu , ram , disk , temp , ... )
21- Speech command center
22- Generative AI model that uses meta's llama
23- Current playing audio
24- Voice based notes
25- To do list integration based on the personal calender
28 26
29A nice idea is to make it somehting easily installable and configurable in the future without to much tinkering need 27A nice idea is to make it somehting easily installable and configurable in the future without to much tinkering need
28At the moment the software only supports a CLI version.
29
30Support wil be kept to Linux and MacOS for now.