kerem yollu
|
8300246f15
|
Cmake is taking it final shape, removed the CMakeConfig.txt from stm32f042k6t6 and also from the startup folder | i2c.c -> i2c_init Function has been canged to accep the i2cType only, this saves memory
|
2 years ago |
kerem yollu
|
5de8884257
|
Started the cleaning process, unsuled LCD functions are deleted
|
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
|
13dc881419
|
Started on the implmentation of my own ssd1306 function that will be later called by lcd_oled.c and fixed wet another Cmake issue where one driver wasn't able to get the header of another driver
|
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 |