Kynsight
|
dbfd008f1d
|
Still identical to the one wihtout pointers, but this version is optimised to use a const pointers. So that when we generate more than one pin they all use the same pointer registers without recreating them.
|
2 months ago |
Kynsight
|
78abf26979
|
Modified to be as identical to the linux_test_nopointer in order to have a good benchmark nedd to comparre size wehn addin more than one pin
|
2 months ago |
Kynsight
|
517ceb6409
|
New structure test simulatin KED ans submodule for gpio Control on rasberry pi
|
2 months ago |
Kerem Yollu
|
e1487d6bb2
|
Started to reoganise and some test with function pointers in libraries folder
|
2 years ago |
kerem yollu
|
3e98c7ce71
|
Finished the basic functions for the lcd like print pixel, chat, test, line, rectangle, circle, now need to clean ssd1306_i2c
|
2 years ago |
kerem yollu
|
d1a570b8df
|
more advancement on the lcd_oled.c and ssd1306.c more functions have been ported and drwa line is working
|
2 years ago |
Kerem Yollu
|
f330f8fe9a
|
lcd_oled.c ans ssd1306_i2c.c is taking shape, now the initialisation functions are made and we cna call lcd_oled_draw_pixel() and lcd_oled_print_char()
|
2 years ago |
kerem yollu
|
855cd7c99d
|
started with the lcd_oled.h library, and tested the draw pixel command, it works for the example main.c main.h and cmake config please go in /dev/examples
|
2 years ago |
kerem yollu
|
ec87722338
|
Removed the not needed waitMs() and added a print char command for the oled display
|
2 years ago |
kerem yollu
|
6814afa6de
|
Run.sh Modified to be able to install stlink from STM
|
2 years ago |
kerem yollu
|
3ebdf34db2
|
Sarted testing the i2c library wiht the 0.9Inc oled display, and it is working! just need to to the reset manually
|
2 years ago |
Kerem Yollu
|
4030ed9611
|
i2c is working beter and added a check device funtion who checks is a device is on the bu or not. Driver header in cmake were not correctly included, i have fixed that issue too
|
2 years ago |
Kerem Yollu
|
c762a4abbd
|
Channged .c extention on library generation function with a PL varibale for future proofing the code
|
2 years ago |
Kerem Yollu
|
6a4ec9adcf
|
Automated the project configuration file. I need now to moove all the auto include funtions in one file
|
2 years ago |
key
|
6e6f4f887c
|
Project Configuration made on the same level as main.c and the user should define the folder wehre his headers an sources are. (sources are not getting linked for the moment only headers)
|
2 years ago |
Kerem Yollu
|
fb0ff98d6e
|
Changed KED to act as a git Submodule
|
3 years ago |
kerem
|
6da5c4c144
|
Cleaned the Main main.c ti have a clean start with uart and blinking LED
|
3 years ago |
kerem
|
91513ad6b3
|
added interrupt main.c in examples file
|
3 years ago |
kerem
|
edf78539a2
|
Implementation of the new structure
|
3 years ago |