Searched refs:byte_x (Results 1 – 1 of 1) sorted by relevance
380 for (int byte_x = 0; (byte_x < width_byte) && (byte_x + column_0 < 132); in OLED_Icon_Draw() local381 byte_x++) { 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()396 (icon->p_icon_data[byte_y * width_byte + 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()[all …]
Completed in 3 milliseconds