Home
last modified time | relevance | path

Searched refs:font (Results 1 – 5 of 5) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
Doled_ssd1306.h43 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() argument
172 if (font == FONT8_X16) { in OledShowChar()
190 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font) in OledShowString() argument
201 OledShowChar(b, d, str[j], font); in OledShowString()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/
Doled_ssd1306.h45 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.h46 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() argument
171 if (font == FONT8x16) { in OledShowChar()
189 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font) in OledShowString() argument
200 OledShowChar(x, y, str[j], font); in OledShowString()