Searched refs:OLED_GRAM (Results 1 – 1 of 1) sorted by relevance
29 uint8_t OLED_GRAM[8][OLED_PAGE_SIZES]; variable265 uint8_t buf = OLED_GRAM[0][0]; in zip_oled_gram()270 if (OLED_GRAM[i][j] == buf) { in zip_oled_gram()278 if (OLED_GRAM[i][j] != buf) { in zip_oled_gram()327 printf("%02X", OLED_GRAM[i][j]); in OLED_Refresh_GRAM()340 OLED_GRAM[i][j] = 0x0; in OLED_Clear()348 OLED_GRAM[i][j] = 0xff; in OLED_Full()356 OLED_GRAM[i][j] = frame[i][j]; in OLED_Frame_Draw()433 OLED_GRAM[page][x] &= ~mask; in OLED_DrawPoint()435 OLED_GRAM[page][x] |= mask; in OLED_DrawPoint()[all …]
Completed in 4 milliseconds