dodalem tablice i flage do projektu
This commit is contained in:
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