Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c376 for (int byte_y = 0; (byte_y < height_byte) && (byte_y + page_0 < 8); in OLED_Icon_Draw() local
377 byte_y++) { in OLED_Icon_Draw()
378 if (page_0 + byte_y + 1 < 0) in OLED_Icon_Draw()
385 if (page_0 + byte_y >= 0) { in OLED_Icon_Draw()
387 OLED_GRAM[page_0 + byte_y][column_0 + byte_x] &= in OLED_Icon_Draw()
391 OLED_GRAM[page_0 + byte_y][column_0 + byte_x] &= in OLED_Icon_Draw()
395 OLED_GRAM[page_0 + byte_y][column_0 + byte_x] |= in OLED_Icon_Draw()
396 (icon->p_icon_data[byte_y * width_byte + byte_x]) in OLED_Icon_Draw()
400 if (bit_offset > 0 && page_0 + byte_y + 1 >= 0 && in OLED_Icon_Draw()
401 page_0 + byte_y + 1 < 8) { in OLED_Icon_Draw()
[all …]

Completed in 4 milliseconds