joran2738
0c23f17131
Merge branch 'main' into UDP-broadcast
2023-11-19 22:21:46 +01:00
joran2738
68b29d444f
writing to lcd api
...
added writing the owner's name on the LCD,
fixing some bugs
2023-11-18 23:41:41 +01:00
joran2738
4d844c41d6
Merge branch 'main' into UDP-broadcast
2023-11-15 21:41:47 +01:00
L-diy
7c6ff58afe
Update LCD API docs
2023-11-15 19:26:41 +01:00
L-diy
ad2a630400
Add support for GIF images
2023-11-14 23:25:41 +01:00
xoreo
a899fdaee8
Adapt to styleguide (Sani7 comments)
2023-11-14 15:39:22 +01:00
joran2738
597d79efce
added set owner details functionality
...
i added some code to the Qt application so that it can send the owner name and surname to set on the microcontroller
2023-11-13 23:42:45 +01:00
joran2738
6739c7c6bf
there can only be one
...
there's only one owner struct needed, thus adding a static one in the c file is better than having the main file to initialize one and pass it on again and again,.
some code wasn't needed anymore and some had to change
2023-11-13 21:14:40 +01:00
joran2738
4a4a35848d
style guide part 3
2023-11-13 19:31:56 +01:00
joran2738
58dea235a5
Merge branch 'main' into UDP-broadcast
2023-11-13 18:17:24 +01:00
xoreo
e88620dd3c
Apply changes to doxygen
2023-11-13 18:17:02 +01:00
joran2738
5609c2ccb9
style guide part 2
2023-11-13 18:12:43 +01:00
xoreo
35871d9eae
Implement lcd_draw_img_from_fs_with_name
2023-11-13 17:45:28 +01:00
xoreo
e56bd84cb8
Add draw BMP function (lcd_draw_bmp_img)
2023-11-13 17:17:15 +01:00
xoreo
60350842cf
Rename function lcd_draw_bmp to lcd_draw_raw_img
2023-11-13 17:05:12 +01:00
joran2738
1360b0cd11
style guide part 1
2023-11-13 16:25:21 +01:00
joran2738
a3907c36d9
cleaning
2023-11-13 15:09:21 +01:00
xoreo
835853d091
Merge remote-tracking branch 'origin/main' into LCD_API
2023-11-13 14:26:53 +01:00
xoreo
f324756293
Implement Clear LCD display
2023-11-13 14:05:07 +01:00
joran2738
984c573ae6
changes to udp code
...
now working as intended
2023-11-13 13:43:15 +01:00
74309ecbe0
Merge branch 'main' into feature/llfs-extended-fs-api
2023-11-13 10:36:24 +01:00
c528c12b85
LCD_api
...
Add logging and change if nesting to if not return
2023-11-13 10:34:53 +01:00
2bc79c74a7
Merge branch 'main' into feature/llfs-extended-fs-api
2023-11-12 16:23:50 +01:00
9282f524db
LCD_api
...
Change lcd_display_text text paramter from const char* to uint8_t* to remove a generated warning
2023-11-12 16:20:30 +01:00
L-diy
edc81ad3a2
Update the llfs documentation
2023-11-12 02:49:03 +01:00
L-diy
af46235eba
Extended the llfs file system api
...
Implemented file extension filters
Implemented newlib stubs to be able to use the POSIX file API
2023-11-11 00:36:18 +01:00
xoreo
94875d729a
Implement lcd_display_text
2023-11-10 19:03:42 +01:00
joran2738
123653cc03
adding comments
2023-11-09 19:36:13 +01:00
xoreo
4ea21bc4cf
Fix requested changes from ldiy
2023-11-09 17:50:10 +01:00
0924eede06
Merge branch 'main' into LCD_API
2023-11-09 15:01:36 +01:00
xoreo
4bc55f19be
Added WDA_LCD_DrawBmp to the LCD_API branch/feature
2023-11-09 12:41:20 +01:00
joran2738
bdf445b708
added some UDP server code
...
initialising UDP server succesfull, callback running
have not yet tried to receive a broadcast
2023-11-07 23:37:16 +01:00
joran2738
142aad264c
err_handler
...
added an error handler for when a pointer is NULL
got rid of malloc in format reply
2023-11-07 15:09:38 +01:00
joran2738
4b188b1ff0
changes to LOG_DEBUG tags
...
changed logger level to info for now in the UDP_broadcast header file , debug not needed
fixed some tags
2023-11-07 12:37:21 +01:00
joran2738
566bdb00ed
change of struct
...
struct no longer contains allocated arrays
problem with the reply string
2023-11-06 23:57:04 +01:00
joran2738
5df86b3b83
resolving "some" errors
...
LOG_EDBUG and printf don't seem to do anything
2023-11-06 22:23:11 +01:00
joran2738
5dd2599747
Merge branch 'main' into UDP-broadcast
2023-11-06 22:21:08 +01:00
joran2738
737fa17db8
Create fsdata_custom.c
...
got this error again, rookie mistake
2023-11-06 20:18:22 +01:00
2c75893655
Logger
...
Fix alignment
2023-11-06 20:17:40 +01:00
joran2738
5942274e6a
edit and testing code
...
edited some functions and testing code in main
2023-11-06 20:15:00 +01:00
joran2738
01f018536f
added header file with first functions
...
wrote functions to work with the owner data
2023-11-06 19:41:24 +01:00
xoreo
7373f05a6f
Added fsdata_custom.c in order to avoid compilation errors
2023-11-06 14:37:17 +01:00
xoreo
cfe7af96eb
Added 2 function prototypes for drawing bmp images to screen and text
2023-11-06 14:37:17 +01:00
L-diy
7087be564f
Add the initial llfs implementation
2023-11-06 14:11:44 +01:00
71571c4e16
Add line endings to logger
2023-11-06 13:49:48 +01:00
L-diy
c6023122fc
Add the BSP for the STM32F746G-DISCO board
2023-11-05 19:52:31 +01:00
1ffaf42896
fix logger defines
2023-11-04 12:43:24 +01:00
5b4b2a75c4
Forgot #endif for include guards
2023-11-02 23:59:26 +01:00
1c47eccd88
Change logger use color
2023-11-01 14:01:45 +01:00
0af40da311
Change logger to use critical and fatal instead of error
2023-11-01 13:56:56 +01:00