Searched refs:OLED_Show_Char (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/drivers/external_device/sh1106/include/ |
A D | sh1106.h | 22 void OLED_Show_Char(uint8_t x, uint8_t y, uint8_t chr, uint8_t size, uint8_t mode);
|
/AliOS-Things-master/components/drivers/external_device/sh1106/src/ |
A D | sh1106.c | 447 void OLED_Show_Char(uint8_t x, in OLED_Show_Char() function 521 OLED_Show_Char(x, y, *p, size, mode); in OLED_Show_String() 792 OLED_Show_Char(x, y, *p, size, mode); in sh1106_show_string()
|
Completed in 4 milliseconds