Searched refs:xPosition (Results 1 - 3 of 3) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | app_demo_i2c_oled.c | 523 unsigned char xPosition = x; in OledShowChar() local 526 if (xPosition > MAX_COLUM - 1) { in OledShowChar() 527 xPosition = 0; in OledShowChar() 531 OledSetPosition(xPosition, yPosition); in OledShowChar() 535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar() 540 OledSetPosition(xPosition, yPosition); in OledShowChar() 557 unsigned char xPosition = x; in OledShowStr() local 565 OledShowChar(xPosition, yPosition, chr[j], charSize); in OledShowStr() 566 xPosition += X_COLUMNS_PIXEL_8; /* 8列组成一个字符位置 */ in OledShowStr() 567 if (xPosition > X_PIXEL_POINT_POSITION_12 in OledShowStr() [all...] |
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | app_demo_i2c_oled.c | 523 unsigned char xPosition = x; in OledShowChar() local 526 if (xPosition > MAX_COLUM - 1) { in OledShowChar() 527 xPosition = 0; in OledShowChar() 531 OledSetPosition(xPosition, yPosition); in OledShowChar() 535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar() 540 OledSetPosition(xPosition, yPosition); in OledShowChar() 557 unsigned char xPosition = x; in OledShowStr() local 565 OledShowChar(xPosition, yPosition, chr[j], charSize); in OledShowStr() 566 xPosition += X_COLUMNS_PIXEL_8; /* 8列组成一个字符位置 */ in OledShowStr() 567 if (xPosition > X_PIXEL_POINT_POSITION_12 in OledShowStr() [all...] |
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/ |
H A D | app_demo_i2c_oled.c | 523 unsigned char xPosition = x; in OledShowChar() local 526 if (xPosition > MAX_COLUM - 1) { in OledShowChar() 527 xPosition = 0; in OledShowChar() 531 OledSetPosition(xPosition, yPosition); in OledShowChar() 535 OledSetPosition(xPosition, yPosition + 1); in OledShowChar() 540 OledSetPosition(xPosition, yPosition); in OledShowChar() 557 unsigned char xPosition = x; in OledShowStr() local 565 OledShowChar(xPosition, yPosition, chr[j], charSize); in OledShowStr() 566 xPosition += X_COLUMNS_PIXEL_8; /* 8列组成一个字符位置 */ in OledShowStr() 567 if (xPosition > X_PIXEL_POINT_POSITION_12 in OledShowStr() [all...] |
Completed in 4 milliseconds