Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c370 int16_t column_0 = x; in OLED_Icon_Draw() local
380 for (int byte_x = 0; (byte_x < width_byte) && (byte_x + column_0 < 132); in OLED_Icon_Draw()
382 if (byte_x + column_0 < 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()
403 OLED_GRAM[page_0 + byte_y + 1][column_0 + byte_x] &= in OLED_Icon_Draw()
407 OLED_GRAM[page_0 + byte_y + 1][column_0 + byte_x] &= in OLED_Icon_Draw()
411 OLED_GRAM[page_0 + byte_y + 1][column_0 + byte_x] |= in OLED_Icon_Draw()

Completed in 3 milliseconds