dodalem tablice i flage do projektu

This commit is contained in:
2021-05-29 19:19:10 +02:00
parent b68da8bc9c
commit be9cdbc661
3 changed files with 1035 additions and 0 deletions

View File

@@ -112,6 +112,11 @@
:html_medium_threshold: 75
:html_high_threshold: 90
:flags:
:test:
:compile:
:main:
- -m32
#:tools:
# Ceedling defaults to using gcc for compiling, linking, etc.
# As [:tools] is blank, gcc will be used (so long as it's in your system path)

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
#ifndef INC_BUFFER_OLED_EXPECT_H_
#define INC_BUFFER_OLED_EXPECT_H_
const uint8_t picture_8pt[];
const uint8_t posX_0_posY_0_8pt[];
const uint8_t posX_0_posY_1_8pt[];
const uint8_t posX_0_posY_2_8pt[];
const uint8_t posX_0_posY_7_8pt[];
const uint8_t picture_16pt[];
const uint8_t posX_0_posY_0_16pt[];
const uint8_t posX_0_posY_1_16pt[];
const uint8_t posX_0_posY_4_16pt[];
const uint8_t posX_0_posY_7_16pt[];
const uint8_t picture_12pt[];
const uint8_t posX_0_posY_0_12pt[];
const uint8_t posX_0_posY_1_12pt[];
const uint8_t posX_0_posY_2_12pt[];
const uint8_t posX_0_posY_4_12pt[];
const uint8_t posX_0_posY_5_12pt[];
const uint8_t posX_0_posY_7_12pt[];
#endif