Searched refs:OLED_PAGE_SIZES (Results 1 – 1 of 1) sorted by relevance
24 #define OLED_PAGE_SIZES 132 macro29 uint8_t OLED_GRAM[8][OLED_PAGE_SIZES];30 uint8_t oled_remote_buffer[8 * OLED_PAGE_SIZES * 2];302 write_data_page(OLED_GRAM[i], OLED_PAGE_SIZES); in OLED_Refresh_GRAM()339 for (j = 0; j < OLED_PAGE_SIZES; j++) in OLED_Clear()347 for (j = 0; j < OLED_PAGE_SIZES; j++) in OLED_Full()355 for (j = 0; j < OLED_PAGE_SIZES; j++) { in OLED_Frame_Draw()512 if (x > (OLED_PAGE_SIZES - (size / 2))) { in OLED_Show_String()783 if (x > (OLED_PAGE_SIZES - (size / 2))) { in sh1106_show_string()
Completed in 6 milliseconds