dodalem tablice i flage do projektu
This commit is contained in:
@@ -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)
|
||||
|
||||
1006
test/support/buffer_oled_expect.c
Normal file
1006
test/support/buffer_oled_expect.c
Normal file
File diff suppressed because it is too large
Load Diff
24
test/support/buffer_oled_expect.h
Normal file
24
test/support/buffer_oled_expect.h
Normal 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
|
||||
Reference in New Issue
Block a user