Searched refs:Font (Results 1 – 7 of 7) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
D | oled_ssd1306.h | 37 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);
|
D | oled_ssd1306.c | 162 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/ |
D | oled_ssd1306.h | 39 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/ |
D | oled_ssd1306.h | 40 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);
|
D | oled_ssd1306.c | 158 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/ |
D | ssd1306.h | 153 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/ |
D | README.md | 46 | char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color) | 在屏幕缓冲区绘制1个字符 | 47 | char ssd1306_DrawString(char* str, FontDef Font, SSD1306_COLOR color) | 将完整字符串写入屏幕缓冲区 |
|