Searched refs:OledShowString (Results 1 - 9 of 9) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A D | envrionment_demo.c | 88 OledShowString(0, 0, line, 1); in EnvironmentTask() 117 OledShowString(0, 0, "Sensor values:", 1); in EnvironmentTask() 121 OledShowString(0, 1, line, 1); in EnvironmentTask() 124 OledShowString(0, TWO, line, 1); in EnvironmentTask() 128 OledShowString(0, THREE, line, 1); in EnvironmentTask()
|
H A D | oled_ssd1306.h | 47 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
|
H A D | oled_ssd1306.c | 189 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font) in OledShowString() function
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/ |
H A D | environment_demo.c | 200 OledShowString(0, 0, "Sensor values:", 1); in EnvironmentTask() 203 OledShowString(0, 1, line, 1); in EnvironmentTask() 206 OledShowString(0, TWO, line, 1); in EnvironmentTask() 210 OledShowString(0, THREE, line, 1); in EnvironmentTask()
|
H A D | oled_ssd1306.h | 46 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
|
H A D | oled_test.c | 34 OledShowString(0, 0, "Hello OpenHarmony!", TWO); in OledTask()
|
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
H A D | oled_ssd1306.h | 44 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
|
H A D | oled_demo.c | 39 OledShowString(20, 3, "Hello World", 1); /* 屏幕第20列3行显示1行 */ in OledmentTask()
|
H A D | oled_ssd1306.c | 190 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font) in OledShowString() function
|
Completed in 2 milliseconds