Searched refs:Font (Results 1 - 6 of 6) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A 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);
|
H A 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/hello_world_demo/ |
H A 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);
|
H A 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/ |
H A 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/robot_demo/robot_car/ssd1306/ |
H A 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);
|
Completed in 2 milliseconds