Skip to content
c
/* u8g2_d_memory.c */
/* generated code, codebuild, u8g2 project */

#include "u8g2.h"

uint8_t *u8g2_m_11_6_f(uint8_t *page_cnt)
{
  #ifdef U8G2_USE_DYNAMIC_ALLOC
  *page_cnt = 6;
  return 0;
  #else
  static uint8_t buf[528];
  *page_cnt = 6;
  return buf;
  #endif
}