Home
last modified time | relevance | path

Searched refs:ch (Results 1 - 8 of 8) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
H A Doled_ssd1306.h46 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
H A Doled_ssd1306.c155 * @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 Doled_ssd1306.h43 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
H A Doled_ssd1306.c159 * @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 Doled_ssd1306.h45 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 Dssd1306.h153 char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color);
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/examples/
H A Dssd1306_tests.c98 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 Dssd1306_tests.c98 char ch = message[0]; in ssd1306_TestFPS() local
101 message[sizeof(message)-TWO] = ch; in ssd1306_TestFPS()

Completed in 3 milliseconds