Searched refs:ch (Results 1 - 8 of 8) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A D | oled_ssd1306.h | 46 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
|
H A D | oled_ssd1306.c | 155 * @param ch: write data 158 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font) in OledShowChar() argument 165 c = ch - ' '; // 得到偏移后的值 in OledShowChar()
|
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
H A D | oled_ssd1306.h | 43 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
|
H A D | oled_ssd1306.c | 159 * @param ch: write data 162 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font) in OledShowChar() argument 164 uint8_t c = ch - ' '; // 得到偏移后的值 in OledShowChar()
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/ |
H A D | oled_ssd1306.h | 45 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, 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);
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/examples/ |
H A D | ssd1306_tests.c | 98 char ch = message[0]; in ssd1306_TestFPS() local 101 message[sizeof(message)-TWO] = ch; in ssd1306_TestFPS()
|
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/examples/ |
H A D | ssd1306_tests.c | 98 char ch = message[0]; in ssd1306_TestFPS() local 101 message[sizeof(message)-TWO] = ch; in ssd1306_TestFPS()
|
Completed in 4 milliseconds