Searched refs:OledSetPosition (Results 1 – 14 of 14) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
D | oled_ssd1306.c | 134 void OledSetPosition(uint8_t x, uint8_t y) in OledSetPosition() function 173 OledSetPosition(b, d); in OledShowChar() 178 OledSetPosition(b, d + 1); in OledShowChar() 183 OledSetPosition(b, d); in OledShowChar()
|
D | oled_ssd1306.h | 33 void OledSetPosition(uint8_t x, uint8_t y);
|
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
D | oled_ssd1306.c | 128 void OledSetPosition(uint8_t x, uint8_t y) in OledSetPosition() function 172 OledSetPosition(x, y); in OledShowChar() 177 OledSetPosition(x, y+1); in OledShowChar() 182 OledSetPosition(x, y); in OledShowChar()
|
D | oled_ssd1306.h | 36 void OledSetPosition(uint8_t x, uint8_t y);
|
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/ |
D | app_demo_i2c_oled.h | 20 void OledSetPosition(unsigned char x, unsigned char y);
|
D | ssd1306_oled.h | 111 void OledSetPosition(unsigned char x, unsigned char y);
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
D | app_demo_i2c_oled.c | 473 void OledSetPosition(unsigned char x, unsigned char y) in OledSetPosition() function 531 OledSetPosition(xPosition, yPosition); in OledShowChar() 535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar() 540 OledSetPosition(xPosition, yPosition); in OledShowChar()
|
D | ssd1306_oled.h | 129 void OledSetPosition(unsigned char x, unsigned char y);
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
D | app_demo_i2c_oled.c | 473 void OledSetPosition(unsigned char x, unsigned char y) in OledSetPosition() function 531 OledSetPosition(xPosition, yPosition); in OledShowChar() 535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar() 540 OledSetPosition(xPosition, yPosition); in OledShowChar()
|
D | ssd1306_oled.h | 129 void OledSetPosition(unsigned char x, unsigned char y);
|
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/ |
D | app_demo_i2c_oled.c | 473 void OledSetPosition(unsigned char x, unsigned char y) in OledSetPosition() function 531 OledSetPosition(xPosition, yPosition); in OledShowChar() 535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar() 540 OledSetPosition(xPosition, yPosition); in OledShowChar()
|
D | ssd1306_oled.h | 129 void OledSetPosition(unsigned char x, unsigned char y);
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/ |
D | oled_ssd1306.h | 35 void OledSetPosition(uint8_t x, uint8_t y);
|
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
D | ssd1306_oled.h | 111 void OledSetPosition(unsigned char x, unsigned char y);
|