2015-12-23 05:23:42 +08:00
|
|
|
/* u8g2_d_memory.c */
|
|
|
|
/* generated code, codebuild, u8g2 project */
|
|
|
|
|
|
|
|
#include "u8g2.h"
|
|
|
|
|
2017-01-07 04:18:46 +08:00
|
|
|
uint8_t *u8g2_m_ssd1305_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1305_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1305_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[512];
|
|
|
|
*page_cnt = 4;
|
|
|
|
return buf;
|
|
|
|
}
|
2015-12-23 05:23:42 +08:00
|
|
|
uint8_t *u8g2_m_ssd1306_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1306_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1306_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
2016-05-14 04:51:02 +08:00
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_sh1106_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_sh1106_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_sh1106_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
2015-12-23 05:23:42 +08:00
|
|
|
}
|
2016-11-20 21:57:53 +08:00
|
|
|
uint8_t *u8g2_m_ssd1306_8_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[64];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1306_8_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1306_8_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[384];
|
|
|
|
*page_cnt = 6;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-12 05:34:39 +08:00
|
|
|
uint8_t *u8g2_m_ssd1309_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1309_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1309_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-09-25 16:26:39 +08:00
|
|
|
uint8_t *u8g2_m_ssd1325_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1325_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1325_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-05 15:44:08 +08:00
|
|
|
uint8_t *u8g2_m_ssd1327_12_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[96];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1327_12_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[192];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1327_12_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1152];
|
|
|
|
*page_cnt = 12;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-03-07 02:45:34 +08:00
|
|
|
uint8_t *u8g2_m_ssd1329_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1329_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1329_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1536];
|
|
|
|
*page_cnt = 12;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-06-22 05:23:11 +08:00
|
|
|
uint8_t *u8g2_m_ld7032_8_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[64];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ld7032_8_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ld7032_8_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 4;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-01-04 07:31:49 +08:00
|
|
|
uint8_t *u8g2_m_st7920_24_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[192];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7920_24_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[384];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7920_24_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[768];
|
|
|
|
*page_cnt = 4;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-02-28 02:23:57 +08:00
|
|
|
uint8_t *u8g2_m_st7920_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7920_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7920_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-05-25 04:53:40 +08:00
|
|
|
uint8_t *u8g2_m_ls013b7dh03_16_1(uint8_t *page_cnt)
|
2016-05-25 02:26:46 +08:00
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-05-25 04:53:40 +08:00
|
|
|
uint8_t *u8g2_m_ls013b7dh03_16_2(uint8_t *page_cnt)
|
2016-05-25 02:26:46 +08:00
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-05-25 04:53:40 +08:00
|
|
|
uint8_t *u8g2_m_ls013b7dh03_16_f(uint8_t *page_cnt)
|
2016-05-25 02:26:46 +08:00
|
|
|
{
|
|
|
|
static uint8_t buf[2048];
|
|
|
|
*page_cnt = 16;
|
|
|
|
return buf;
|
|
|
|
}
|
2015-12-23 05:23:42 +08:00
|
|
|
uint8_t *u8g2_m_uc1701_13_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[104];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1701_13_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[208];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1701_13_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[832];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-08-18 03:08:42 +08:00
|
|
|
uint8_t *u8g2_m_uc1701_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1701_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1701_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-12-15 22:04:12 +08:00
|
|
|
uint8_t *u8g2_m_pcd8544_11_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[88];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_pcd8544_11_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[176];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_pcd8544_11_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[528];
|
|
|
|
*page_cnt = 6;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-02 00:23:01 +08:00
|
|
|
uint8_t *u8g2_m_pcf8812_12_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[96];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_pcf8812_12_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[192];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_pcf8812_12_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[864];
|
|
|
|
*page_cnt = 9;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-12-18 17:35:18 +08:00
|
|
|
uint8_t *u8g2_m_uc1604_24_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[192];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1604_24_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[384];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1604_24_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1536];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-11-23 03:18:51 +08:00
|
|
|
uint8_t *u8g2_m_uc1608_30_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[240];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1608_30_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[480];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1608_30_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1920];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-10-15 23:08:04 +08:00
|
|
|
uint8_t *u8g2_m_uc1610_20_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[160];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1610_20_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[320];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1610_20_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[2080];
|
|
|
|
*page_cnt = 13;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-11-12 23:17:56 +08:00
|
|
|
uint8_t *u8g2_m_uc1611_30_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[240];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1611_30_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[480];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_uc1611_30_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1920];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-05-26 14:31:29 +08:00
|
|
|
uint8_t *u8g2_m_st7565_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7565_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7565_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-07 19:59:30 +08:00
|
|
|
uint8_t *u8g2_m_st7565_17_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[136];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7565_17_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[272];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7565_17_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[544];
|
|
|
|
*page_cnt = 4;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-02 20:27:28 +08:00
|
|
|
uint8_t *u8g2_m_st7567_17_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[136];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7567_17_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[272];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7567_17_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1088];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-15 18:50:13 +08:00
|
|
|
uint8_t *u8g2_m_st7588_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7588_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_st7588_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-04 23:48:47 +08:00
|
|
|
uint8_t *u8g2_m_nt7534_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_nt7534_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_nt7534_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-11 05:35:39 +08:00
|
|
|
uint8_t *u8g2_m_ist3020_24_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[192];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ist3020_24_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[384];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ist3020_24_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1536];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-12-05 05:48:27 +08:00
|
|
|
uint8_t *u8g2_m_ks0108_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ks0108_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ks0108_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-12-09 05:37:18 +08:00
|
|
|
uint8_t *u8g2_m_ks0108_24_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[192];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ks0108_24_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[384];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ks0108_24_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1536];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-12-31 19:14:17 +08:00
|
|
|
uint8_t *u8g2_m_lc7981_20_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[160];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_lc7981_20_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[320];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_lc7981_20_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1600];
|
|
|
|
*page_cnt = 10;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-02-14 06:18:41 +08:00
|
|
|
uint8_t *u8g2_m_lc7981_30_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[240];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_lc7981_30_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[480];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_lc7981_30_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[3840];
|
|
|
|
*page_cnt = 16;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-07-02 13:09:27 +08:00
|
|
|
uint8_t *u8g2_m_t6963_30_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[240];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_t6963_30_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[480];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_t6963_30_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[3840];
|
|
|
|
*page_cnt = 16;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-11-03 01:53:19 +08:00
|
|
|
uint8_t *u8g2_m_t6963_32_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_t6963_32_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[512];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_t6963_32_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[2048];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-07-03 16:14:47 +08:00
|
|
|
uint8_t *u8g2_m_t6963_16_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[128];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_t6963_16_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_t6963_16_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1024];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-07-15 03:23:34 +08:00
|
|
|
uint8_t *u8g2_m_ssd1322_32_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[256];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1322_32_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[512];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1322_32_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[2048];
|
|
|
|
*page_cnt = 8;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-12-28 15:02:53 +08:00
|
|
|
uint8_t *u8g2_m_ssd1606_22_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[176];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1606_22_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[352];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1606_22_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[1584];
|
|
|
|
*page_cnt = 9;
|
|
|
|
return buf;
|
|
|
|
}
|
2017-01-22 00:48:43 +08:00
|
|
|
uint8_t *u8g2_m_ssd1607_25_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[200];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1607_25_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[400];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ssd1607_25_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[5000];
|
|
|
|
*page_cnt = 25;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-08-13 01:16:49 +08:00
|
|
|
uint8_t *u8g2_m_sed1330_30_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[240];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_sed1330_30_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[480];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_sed1330_30_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[3840];
|
|
|
|
*page_cnt = 16;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-09-24 01:43:35 +08:00
|
|
|
uint8_t *u8g2_m_ra8835_30_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[240];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ra8835_30_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[480];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_ra8835_30_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[3840];
|
|
|
|
*page_cnt = 16;
|
|
|
|
return buf;
|
|
|
|
}
|
2016-07-23 17:26:33 +08:00
|
|
|
uint8_t *u8g2_m_a2printer_48_1(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[384];
|
|
|
|
*page_cnt = 1;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_a2printer_48_2(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[768];
|
|
|
|
*page_cnt = 2;
|
|
|
|
return buf;
|
|
|
|
}
|
|
|
|
uint8_t *u8g2_m_a2printer_48_f(uint8_t *page_cnt)
|
|
|
|
{
|
|
|
|
static uint8_t buf[11520];
|
|
|
|
*page_cnt = 30;
|
|
|
|
return buf;
|
|
|
|
}
|
2015-12-23 05:23:42 +08:00
|
|
|
/* end of generated code */
|