diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-29 13:24:16 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-29 13:24:16 +0100 |
| commit | fdd3b103bb209045123693cd60149b951c7b2be8 (patch) | |
| tree | 1019543e2db0ec535f9a76c9f8527fa0ef299caa /README.md | |
| parent | 446f3d4742f88b09c85e83e96f6505cd3f6302c5 (diff) | |
rewritten the source of the application
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 17 insertions, 16 deletions
| @@ -1,29 +1,30 @@ | |||
| 1 | # I2C | 1 | # I2C |
| 2 | 2 | ||
| 3 | A application to control an I2C display on RPI. | 3 | An application to control an I2C display on RPI. |
| 4 | This 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. | 4 | This 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 | ||
| 6 | This is a starter project with the goal of expanded everything later on to let's say an e-ink display or small LCD. | 6 | This is a starter project with the goal of expanded everything later on to let's say an e-ink display or small LCD. |
| 7 | 7 | After some tinkering with GTK i decided to switch qt for the gui application. | |
| 8 | 18/11/2024 migrating to C for the main code | ||
| 9 | 8 | ||
| 10 | The program is Multi-platform and even supports a web-console | 9 | The program is Multi-platform and even supports a web-console |
| 11 | 10 | ||
| 12 | MAIN USE OF THE PROGRAM : | 11 | MAIN USE OF THE PROGRAM : |
| 13 | the 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 | 12 | the 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 | ||
| 15 | CURRENT FEATURES -> | 14 | CURRENT 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 | ||
| 29 | A nice idea is to make it somehting easily installable and configurable in the future without to much tinkering need | 27 | A nice idea is to make it somehting easily installable and configurable in the future without to much tinkering need |
| 28 | At the moment the software only supports a CLI version. | ||
| 29 | |||
| 30 | Support wil be kept to Linux and MacOS for now. | ||
