Home
last modified time | relevance | path

Searched refs:yPosition (Results 1 – 3 of 3) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
Dapp_demo_i2c_oled.c524 unsigned char yPosition = y; in OledShowChar() local
528 yPosition = yPosition + Y_LINES_PIXEL_2; /* 每2行写 */ in OledShowChar()
531 OledSetPosition(xPosition, yPosition); in OledShowChar()
535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar()
540 OledSetPosition(xPosition, yPosition); in OledShowChar()
558 unsigned char yPosition = y; in OledShowStr() local
565 OledShowChar(xPosition, yPosition, chr[j], charSize); in OledShowStr()
569 yPosition += Y_LINES_PIXEL_2; /* 每2行写 */ in OledShowStr()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
Dapp_demo_i2c_oled.c524 unsigned char yPosition = y; in OledShowChar() local
528 yPosition = yPosition + Y_LINES_PIXEL_2; /* 每2行写 */ in OledShowChar()
531 OledSetPosition(xPosition, yPosition); in OledShowChar()
535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar()
540 OledSetPosition(xPosition, yPosition); in OledShowChar()
558 unsigned char yPosition = y; in OledShowStr() local
565 OledShowChar(xPosition, yPosition, chr[j], charSize); in OledShowStr()
569 yPosition += Y_LINES_PIXEL_2; /* 每2行写 */ in OledShowStr()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
Dapp_demo_i2c_oled.c524 unsigned char yPosition = y; in OledShowChar() local
528 yPosition = yPosition + Y_LINES_PIXEL_2; /* 每2行写 */ in OledShowChar()
531 OledSetPosition(xPosition, yPosition); in OledShowChar()
535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar()
540 OledSetPosition(xPosition, yPosition); in OledShowChar()
558 unsigned char yPosition = y; in OledShowStr() local
565 OledShowChar(xPosition, yPosition, chr[j], charSize); in OledShowStr()
569 yPosition += Y_LINES_PIXEL_2; /* 每2行写 */ in OledShowStr()