From 3714c08a1233884696e0f5483d73efa890e1a5a1 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Sat, 16 Nov 2024 00:08:34 +0100 Subject: working on the general app + updates to the read me file, also fixed the i2c display not working properly, still wanting to optimize it though for text overflow --- .../UserInterfaceState.xcuserstate | Bin 37459 -> 38407 bytes .../xcdebugger/Breakpoints_v2.xcbkptlist | 16 ++++++++++++++++ README.md | 3 +++ webconsole/index.html | 17 +++++++++++++++-- webconsole/styles.css | 8 ++++++++ 5 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 webconsole/styles.css diff --git a/I2C/I2C.xcodeproj/project.xcworkspace/xcuserdata/nsrddyn.xcuserdatad/UserInterfaceState.xcuserstate b/I2C/I2C.xcodeproj/project.xcworkspace/xcuserdata/nsrddyn.xcuserdatad/UserInterfaceState.xcuserstate index 6b96e8d..1bc2255 100644 Binary files a/I2C/I2C.xcodeproj/project.xcworkspace/xcuserdata/nsrddyn.xcuserdatad/UserInterfaceState.xcuserstate and b/I2C/I2C.xcodeproj/project.xcworkspace/xcuserdata/nsrddyn.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/I2C/I2C.xcodeproj/xcuserdata/nsrddyn.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/I2C/I2C.xcodeproj/xcuserdata/nsrddyn.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 214cbf9..cdf9fd2 100644 --- a/I2C/I2C.xcodeproj/xcuserdata/nsrddyn.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/I2C/I2C.xcodeproj/xcuserdata/nsrddyn.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -36,5 +36,21 @@ landmarkType = "3"> + + + + diff --git a/README.md b/README.md index 3c50b70..fa04791 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # I2C A application to control an I2C display on RPI. +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. + +This is a starter project with the goal of expanded everything later on to let's say an e-ink display or small LCD. \ No newline at end of file diff --git a/webconsole/index.html b/webconsole/index.html index 812011f..33b4ee9 100644 --- a/webconsole/index.html +++ b/webconsole/index.html @@ -1,12 +1,25 @@ + CONSOLE + + + - - + + + + + \ No newline at end of file diff --git a/webconsole/styles.css b/webconsole/styles.css new file mode 100644 index 0000000..a940b10 --- /dev/null +++ b/webconsole/styles.css @@ -0,0 +1,8 @@ +body { + background-color: teal; +} + +.navigation button { + background-color: none; + border: none; +} -- cgit v1.2.3-70-g09d2