Searched refs:font (Results 1 – 5 of 5) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
D | oled_ssd1306.h | 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);
|
D | oled_ssd1306.c | 162 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/ |
D | oled_ssd1306.h | 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/ |
D | oled_ssd1306.h | 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);
|
D | oled_ssd1306.c | 158 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()
|