Home
last modified time | relevance | path

Searched refs:Font (Results 1 – 7 of 7) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
Doled_ssd1306.h37 enum Font { enum
41 typedef enum Font Font; typedef
43 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
44 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
Doled_ssd1306.c162 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font) in OledShowChar()
190 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font) in OledShowString()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/
Doled_ssd1306.h39 enum Font { enum
43 typedef enum Font Font; typedef
45 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
46 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
Doled_ssd1306.h40 enum Font { enum
44 typedef enum Font Font; typedef
46 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
47 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
Doled_ssd1306.c158 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font) in OledShowChar()
189 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font) in OledShowString()
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/ssd1306/
Dssd1306.h153 char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color);
154 char ssd1306_DrawString(char* str, FontDef Font, SSD1306_COLOR color);
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
DREADME.md46 | char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color) | 在屏幕缓冲区绘制1个字符 |
47 | char ssd1306_DrawString(char* str, FontDef Font, SSD1306_COLOR color) | 将完整字符串写入屏幕缓冲区 |