Файлы структурированы как в readme
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "stm32f1xx_hal.h"
|
||||
#include "menu_interface.h"
|
||||
#include "gfx_buffer.h"
|
||||
#include "gfx_lib.h"
|
||||
#include "oled.h"
|
||||
|
||||
#define font_size 10 //refer to font_tahoma_8_prop
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* gfx_buffer.c
|
||||
* gfx_lib.c
|
||||
*
|
||||
* Библиотека для заполнения буфера дисплея
|
||||
*
|
||||
@@ -8,14 +8,12 @@
|
||||
* https://narodstream.ru/stm-urok-37-displej-tft-240x320-8bit-chast-1/
|
||||
* https://hubstub.ru/display/126-vyvod-simvolov-i-strok-na-tft-displey-na-primere-ili9341.html
|
||||
*/
|
||||
#include "gfx_buffer.h"
|
||||
#include "gfx_lib.h"
|
||||
#include "font_tahoma_8_prop.h"
|
||||
|
||||
#include "math.h"
|
||||
|
||||
/* переменные */
|
||||
|
||||
//uint8_t Buffer_Frame[128 * 32] = {0,0}; //буфер кадра
|
||||
uint8_t chSpacing = 0; //межсимвольный интервал в px
|
||||
|
||||
/* функция очистки буфера кадра */
|
||||
Reference in New Issue
Block a user