Home
last modified time | relevance | path

Searched refs:Font (Results 1 - 6 of 6) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
H A 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);
H A 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/hello_world_demo/
H A 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);
H A 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/
H A 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/robot_demo/robot_car/ssd1306/
H A Dssd1306.h153 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