devsaurus 6 years ago
parent
commit
15d4311f40
4 changed files with 593 additions and 0 deletions
  1. 86 0
      app/include/u8g2_displays.h
  2. 6 0
      app/include/u8g2_fonts.h
  3. 500 0
      docs/en/modules/u8g2.md
  4. 1 0
      mkdocs.yml

+ 86 - 0
app/include/u8g2_displays.h

@@ -4,11 +4,97 @@
 
 #define U8G2_DISPLAY_TABLE_ENTRY(function, binding)
 
+// ***************************************************************************
+// Enable display drivers
+//
+// Uncomment the U8G2_DISPLAY_TABLE_ENTRY for the device(s) you want to
+// compile into the firmware.
+// Stick to the assignments to *_I2C and *_SPI tables.
+//
+// I2C based displays go into here:
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1610_i2c_ea_dogxl160_f, uc1610_i2c_ea_dogxl160) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1325_i2c_nhd_128x64_f, ssd1325_i2c_nhd_128x64) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_i2c_64x48_er_f, ssd1306_i2c_64x48_er) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1608_i2c_erc24064_f, uc1608_i2c_erc24064) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7588_i2c_jlx12864_f, st7588_i2c_jlx12864) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1309_i2c_128x64_noname0_f, ssd1309_i2c_128x64_noname0) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1611_i2c_ea_dogxl240_f, uc1611_i2c_ea_dogxl240) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1305_i2c_128x32_noname_f, ssd1305_i2c_128x32_noname) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_i2c_128x32_univision_f, ssd1306_i2c_128x32_univision) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1608_i2c_240x128_f, uc1608_i2c_240x128) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ld7032_i2c_60x32_f, ld7032_i2c_60x32) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1611_i2c_ew50850_f, uc1611_i2c_ew50850) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1604_i2c_jlx19264_f, uc1604_i2c_jlx19264) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1601_i2c_128x32_f, uc1601_i2c_128x32) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_sh1106_i2c_128x64_vcomh0_f, sh1106_i2c_128x64_vcomh0) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_i2c_96x16_er_f, ssd1306_i2c_96x16_er) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_sh1106_i2c_128x64_noname_f, sh1106_i2c_128x64_noname) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_i2c_128x64_vcomh0_f, ssd1306_i2c_128x64_vcomh0) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_i2c_128x64_noname_f, ssd1306_i2c_128x64_noname) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1309_i2c_128x64_noname2_f, ssd1309_i2c_128x64_noname2) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1611_i2c_ea_dogm240_f, uc1611_i2c_ea_dogm240) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1327_i2c_seeed_96x96_f, ssd1327_i2c_seeed_96x96) \
+
 #define U8G2_DISPLAY_TABLE_I2C \
   U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_i2c_128x64_noname_f, ssd1306_i2c_128x64_noname) \
 
+// SPI based displays go into here:
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1606_172x72_f, ssd1606_172x72) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1608_240x128_f, uc1608_240x128) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_erc12864_f, st7565_erc12864) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1309_128x64_noname0_f, ssd1309_128x64_noname0) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1601_128x32_f, uc1601_128x32) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1608_erc24064_f, uc1608_erc24064) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_lm6059_f, st7565_lm6059) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1611_ea_dogxl240_f, uc1611_ea_dogxl240) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_nhd_c12864_f, st7565_nhd_c12864) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_128x64_vcomh0_f, ssd1306_128x64_vcomh0) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1305_128x32_noname_f, ssd1305_128x32_noname) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_max7219_32x8_f, max7219_32x8) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ls013b7dh03_128x128_f, ls013b7dh03_128x128) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_il3820_v2_296x128_f, il3820_v2_296x128) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1610_ea_dogxl160_f, uc1610_ea_dogxl160) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1611_ea_dogm240_f, uc1611_ea_dogm240) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1604_jlx19264_f, uc1604_jlx19264) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7920_s_192x32_f, st7920_s_192x32) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1325_nhd_128x64_f, ssd1325_nhd_128x64) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_128x64_noname_f, ssd1306_128x64_noname) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_sed1520_122x32_f, sed1520_122x32) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_ea_dogm128_f, st7565_ea_dogm128) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ld7032_60x32_f, ld7032_60x32) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1607_200x200_f, ssd1607_200x200) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1309_128x64_noname2_f, ssd1309_128x64_noname2) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_sh1106_128x64_noname_f, sh1106_128x64_noname) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_128x32_univision_f, ssd1306_128x32_univision) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7920_s_128x64_f, st7920_s_128x64) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_64128n_f, st7565_64128n) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1701_ea_dogs102_f, uc1701_ea_dogs102) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1611_ew50850_f, uc1611_ew50850) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1322_nhd_256x64_f, ssd1322_nhd_256x64) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_ea_dogm132_f, st7565_ea_dogm132) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1329_128x96_noname_f, ssd1329_128x96_noname) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_zolen_128x64_f, st7565_zolen_128x64) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st75256_jlx256128_f, st75256_jlx256128) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_96x16_er_f, ssd1306_96x16_er) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ist3020_erc19264_f, ist3020_erc19264) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7588_jlx12864_f, st7588_jlx12864) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1327_seeed_96x96_f, ssd1327_seeed_96x96) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st75256_jlx172104_f, st75256_jlx172104) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7565_nhd_c12832_f, st7565_nhd_c12832) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_64x48_er_f, ssd1306_64x48_er) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_pcf8812_96x65_f, pcf8812_96x65) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7567_pi_132x64_f, st7567_pi_132x64) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_st7567_jlx12864_f, st7567_jlx12864) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_pcd8544_84x48_f, pcd8544_84x48) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_sh1106_128x64_vcomh0_f, sh1106_128x64_vcomh0) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_nt7534_tg12864r_f, nt7534_tg12864r) \
+//  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_uc1701_mini12864_f, uc1701_mini12864) \
+
 #define U8G2_DISPLAY_TABLE_SPI \
   U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_128x64_noname_f, ssd1306_128x64_noname) \
 
+//
+// ***************************************************************************
+
 
 #endif /* _U8G2_DISPLAYS_H */

+ 6 - 0
app/include/u8g2_fonts.h

@@ -4,9 +4,15 @@
 
 #define U8G2_FONT_TABLE_ENTRY(font)
 
+// ***************************************************************************
+// Configure U8glib fonts
+//
+// Add a U8G2_FONT_TABLE_ENTRY for each font you want to compile into the image
 #define U8G2_FONT_TABLE \
   U8G2_FONT_TABLE_ENTRY(font_6x10_tf) \
   U8G2_FONT_TABLE_ENTRY(font_unifont_t_symbols) \
+//
+// ***************************************************************************
 
 
 #endif /* _U8G2_FONTS_H */

+ 500 - 0
docs/en/modules/u8g2.md

@@ -0,0 +1,500 @@
+# u8g2 Module
+| Since  | Origin / Contributor  | Maintainer  | Source  |
+| :----- | :-------------------- | :---------- | :------ |
+| 2017-06-02 | [Oli Kraus](https://github.com/olikraus/u8glib), [Arnim Läuger](https://github.com/devsaurus) | [Arnim Läuger](https://github.com/devsaurus) | [u8g2.c](../../../apps/modules/u8g2.c)|
+
+U8g2 is a graphics library developed at [olikraus/u8g2](https://github.com/olikraus/u8g2) with support for many different displays. It is the successor of [U8glib](https://github.com/olikraus/u8glib) which is not developed any further.
+
+The NodeMCU firmware supports the following displays in I²C and SPI mode:
+
+- ld7032 60x32
+- sh1106 128x64
+- ssd1305 128x32
+- ssd1306 - variants 128x32, 128x64, 64x48, and 96x16
+- ssd1309 128x64
+- ssd1325 128x63
+- ssd1327 96x96
+- st7588 jlx12864
+- uc1601 128x32
+- uc1604 jlx19264
+- uc1608 - 240x180 and erc24064 variants
+- ux1610 dogxl160
+- uc1611 - variants dogm240, dogxl240, and ew50850
+
+SPI only:
+
+- il3820 v2 296x128
+- ist3020 erc19264
+- ls013b7dh03 128x128
+- max7219 32x8
+- nt7534 tg12864r
+- pcd8544 84x48
+- pcf8812 96x65
+- sed1520 122x32
+- ssd1322 nhd 256x64
+- ssd1329 128x96
+- ssd1606 172x72
+- ssd1607 200x200
+- st7565 - variants 64128n, dogm128/132, erc12864, lm6059, c12832/c12864, and zolen 128x64
+- st7567 - 132x64 and jlx12864 variants
+- st75256 - jlx172104 and jlx256128 variants
+- uc1701 - dogs102 and mini12864 variants
+
+This integration is based on [v2.19.8](https://github.com/olikraus/U8g2_Arduino/releases/tag/2.19.8).
+
+## Overview
+
+### Library Usage
+The Lua bindings for this library closely follow u8g2's object oriented C++ API. Based on the u8g2 class, you create an object for your display type. The communication interface has to be initialized up front, refer to the examples below on how to do this.
+
+SSD1306 via I²C:
+```lua
+sla = 0x3c
+disp = u8g2.ssd1306_i2c_128x64_noname(id, sla)
+```
+
+SSD1306 via SPI:
+```lua
+cs  = 22
+dc  = 16
+res = 0 -- RES is optional YMMV
+disp = u8g2.ssd1306_128x64_noname(bus, cs, dc, res)
+```
+
+This object provides all of u8g2's methods to control the display. Refer to [graphics_test.lua](../../../lua_examples/u8g2/graphics_test.lua) to get an impression how this is achieved with Lua code. Visit the [u8g2 homepage](https://github.com/olikraus/u8g2) for technical details.
+
+### Displays selection
+I²C and HW SPI based displays with support in u8g2 can be enabled.
+
+The procedure is different for ESP8266 and ESP32 platforms.
+
+#### ESP8266
+Add the desired entries to the I²C or SPI display tables in [app/include/u8g2_displays.h](../../../app/include/u8g2_displays.h):
+```c
+#define U8G2_DISPLAY_TABLE_I2C \
+  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_i2c_128x64_noname_f, ssd1306_i2c_128x64_noname) \
+
+#define U8G2_DISPLAY_TABLE_SPI \
+  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_ssd1306_128x64_noname_f, ssd1306_128x64_noname) \
+  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_pcd8544_84x48_f, pcd8544_84x48) \
+  U8G2_DISPLAY_TABLE_ENTRY(u8g2_Setup_pcf8812_96x65_f, pcf8812_96x65) \
+```
+
+#### ESP32
+Enable the desired entries for I²C and SPI displays in u8g2's sub-menu (run `make menuconfig`).
+
+### Fonts selection
+U8g2 comes with a wide range of fonts for small displays. Fonts can be supplied as strings or compiled into the firmware image to decrease the RAM footprint. If compiled into the firmware they become available as `u8g2.<font_name>` in Lua.
+
+The procedure is different for ESP8266 and ESP32 platforms.
+
+#### ESP8266
+Add the desired fonts to the font table in [app/include/u8g2_fonts.h](../../../app/include/u8g2_fonts.h):
+```c
+#define U8G2_FONT_TABLE \
+  U8G2_FONT_TABLE_ENTRY(font_6x10_tf) \
+  U8G2_FONT_TABLE_ENTRY(font_unifont_t_symbols) \
+```
+
+#### ESP32
+Add the desired fonts to the font selection sub-entry via `make menuconfig`.
+
+### Bitmaps
+XBM bitmaps are supplied as strings to `drawXBM()` in contrast to the source code based inclusion of XBMs in upstream u8g2 library. This off-loads all data handling from the u8g2 module to generic methods for binary files. See [graphics_test.lua](../../../lua_examples/u8g2/graphics_test.lua).
+
+Conversion of XBM bitmaps can be performed online with [Online-Utility's Image Converter](http://www.online-utility.org/image_converter.jsp): Convert from XBM to MONO format and upload the binary result.
+
+## I²C Display Drivers
+Initialize a display via I²C.
+
+- `u8g2.ld7032_i2c_60x32()`
+- `u8g2.sh1106_i2c_128x64_noname()`
+- `u8g2.sh1106_i2c_128x64_vcomh0()`
+- `u8g2.ssd1305_i2c_128x32_noname()`
+- `u8g2.ssd1306_i2c_128x32_univision()`
+- `u8g2.ssd1306_i2c_128x64_noname()`
+- `u8g2.ssd1306_i2c_128x64_vcomh0()`
+- `u8g2.ssd1309_i2c_128x64_noname0()`
+- `u8g2.ssd1309_i2c_128x64_noname2()`
+- `u8g2.ssd1306_i2c_64x48_er()`
+- `u8g2.ssd1306_i2c_96x16_er()`
+- `u8g2.ssd1325_i2c_nhd_128x64()`
+- `u8g2.ssd1327_i2c_seeed_96x96()`
+- `u8g2.st7588_i2c_jlx12864()`
+- `u8g2.uc1602_i2c_128X32()`
+- `u8g2.uc1604_i2c_jlx19264()`
+- `u8g2.uc1608_i2c_erc24064()`
+- `u8g2.uc1608_i2c_240x128()`
+- `u8g2.uc1610_i2c_ea_dogxl160()`
+- `u8g2.uc1611_i2c_ea_dogm240()`
+- `u8g2.uc1611_i2c_ea_dogxl240()`
+- `u8g2.uc1611_i2c_ew50850()`
+
+#### Syntax
+`u8g2.ssd1306_i2c_128x64_noname(id, address[, cb_fn])`
+
+#### Parameters
+- `id` i2c interface id, see [i2c module](i2c.md)
+- `address` I²C slave address of display (unshifted)
+- `cb_fn` optional callback function, see [Framebuffer callback](#framebuffer-callback)
+
+#### Returns
+u8g2 display object
+
+#### Example for ESP8266
+```lua
+id  = 0
+sda = 5 -- GPIO14
+scl = 6 -- GPIO12
+sla = 0x3c
+i2c.setup(id, sda, scl, i2c.SLOW)
+disp = u8g2.ssd1306_i2c_128x64_noname(id, sla)
+```
+
+#### Example for ESP32
+```lua
+id  = i2c.HW0
+sda = 16
+scl = 17
+sla = 0x3c
+i2c.setup(id, sda, scl, i2c.FAST)
+disp = u8g2.ssd1306_i2c_128x64_noname(id, sla)
+```
+
+## SPI Display Drivers
+Initialize a display via Hardware SPI.
+
+- `u8g2.il3820_v2_296x128()`
+- `u8g2.ist3020_erc19264()`
+- `u8g2.ld7032_60x32()`
+- `u8g2.ls013b7dh03_128x128()`
+- `u8g2.max7219_32x8()`
+- `u8g2.nt7534_tg12864r()`
+- `u8g2.pcd8544_84x48()`
+- `u8g2.pcf8812_96x65()`
+- `u8g2.sh1106_128x64_noname()`
+- `u8g2.sh1106_128x64_vcomh0()`
+- `u8g2.ssd1305_128x32_noname()`
+- `u8g2.ssd1306_128x32_univision()`
+- `u8g2.ssd1306_128x64_noname()`
+- `u8g2.ssd1306_128x64_vcomh0()`
+- `u8g2.ssd1306_64x48_er()`
+- `u8g2.ssd1306_96x16_er()`
+- `u8g2.ssd1309_128x64_noname0()`
+- `u8g2.ssd1309_128x64_noname2()`
+- `u8g2.sed1520_122x32()`
+- `u8g2.ssd1322_nhd_256x64()`
+- `u8g2.ssd1325_nhd_128x64()`
+- `u8g2.ssd1327_seeed_96x96()`
+- `u8g2.ssd1329_128x96_noname()`
+- `u8g2.ssd1606_172x72()`
+- `u8g2.ssd1607_200x200()`
+- `u8g2.st7565_64128n()`
+- `u8g2.st7565_ea_dogm128()`
+- `u8g2.st7565_ea_dogm132()`
+- `u8g2.st7565_erc12864()`
+- `u8g2.st7565_lm6059()`
+- `u8g2.st7565_nhd_c12832()`
+- `u8g2.st7565_nhd_c12864()`
+- `u8g2.st7565_zolen_128x64()`
+- `u8g2.st7567_jxl12864()`
+- `u8g2.st7567_pi_132x64()`
+- `u8g2.st7588_jlx12864()`
+- `u8g2.st7920_s_128x64()`
+- `u8g2.st7920_s_192x32()`
+- `u8g2.st75256_jlx172104()`
+- `u8g2.st75256_jlx256128()`
+- `u8g2.uc1601_128X32()`
+- `u8g2.uc1604_jlx19264()`
+- `u8g2.uc1608_240x128()`
+- `u8g2.uc1608_erc24064()`
+- `u8g2.uc1610_ea_dogxl160()`
+- `u8g2.uc1611_ea_dogm240()`
+- `u8g2.uc1611_ea_dogxl240()`
+- `u8g2.uc1611_ew50850()`
+- `u8g2.uc1701_ea_dogs102()`
+- `u8g2.uc1701_mini12864()`
+
+#### Syntax
+`u8g2.ssd1306_128x64_noname(bus, cs, dc[, [res][, cb_fn]])`
+
+#### Parameters
+- `bus` SPI master bus
+- `cs` GPIO pin for CS
+- `dc` GPIO pin for DC
+- `res` GPIO pin for RES, none if omitted
+- `cb_fn` optional callback function, see [Framebuffer callback](#framebuffer-callback)
+
+#### Returns
+u8g2 display object
+
+#### Example for ESP8266
+```lua
+-- Hardware SPI CLK  = GPIO14
+-- Hardware SPI MOSI = GPIO13
+-- Hardware SPI MISO = GPIO12 (not used)
+-- Hardware SPI /CS  = GPIO15 (not used)
+cs  = 8 -- GPIO15, pull-down 10k to GND
+dc  = 4 -- GPIO2
+res = 0 -- GPIO16
+bus = 1
+spi.setup(bus, spi.MASTER, spi.CPOL_LOW, spi.CPHA_LOW, 8, 8)
+-- we won't be using the HSPI /CS line, so disable it again
+gpio.mode(8, gpio.INPUT, gpio.PULLUP)
+disp = u8g2.ssd1306_128x64_noname(bus, cs, dc, res)
+```
+
+#### Example for ESP32
+```lua
+sclk = 19
+mosi = 23
+cs   = 22
+dc   = 16
+res  = 17
+bus = spi.master(spi.HSPI, {sclk=sclk, mosi=mosi})
+disp = u8g2.ssd1306_128x64_noname(bus, cs, dc, res)
+```
+
+## Framebuffer callback
+Each display type can be initialized to provide the framebuffer contents in run-length encoded format to a Lua callback. This mode is enabled when a callback function is specified for the setup function. Hardware display and framebuffer callback can be operated in parallel. If the callback function is the only parameter then no signals for a hardware display are generated, leaving a virtual display.
+
+The callback function can be used to process the framebuffer line by line. It's called with either `nil` as parameter to indicate the start of a new frame or with a string containing a line of the framebuffer with run-length encoding. First byte in the string specifies how many pairs of (x, len) follow, while each pair defines the start (leftmost x-coordinate) and length of a sequence of lit pixels. All other pixels in the line are dark.
+
+```lua
+n = struct.unpack("B", rle_line)
+print(n.." pairs")
+for i = 0,n-1 do
+  print(string.format("  x: %d len: %d", struct.unpack("BB", rle_line, 1+1 + i*2)))
+end
+```
+
+#### Syntax
+```lua
+u8g2.ssd1306_i2c_128x64_noname(id, address[, cb_fn])
+u8g2.ssd1306_i2c_128x64_noname(cb_fn)
+u8g2.ssd1306_128x64_noname(bus, cs, dc[, [res][, cb_fn]])
+u8g2.ssd1306_128x64_noname(cb_fn)
+```
+
+#### Parameters
+- `id`, `address`, `bus`, `cs`, `dc`, `res` see above
+- `cb_fn([rle_line])` callback function. `rle_line` is a string containing a run-length encoded framebuffer line, or `nil` to indicate start of frame.
+
+## Constants
+Constants for various functions.
+
+`u8g2.DRAW_UPPER_RIGHT`, `u8g2.DRAW_UPPER_LEFT`, `u8g2.DRAW_LOWER_RIGHT`, `u8g2.DRAW_LOWER_LEFT`, `u8g2.DRAW_ALL`,
+
+`u8g2.R0`, `u8g2.R1`, `u8g2.R2`, `u8g2.R3`, `u8g2.MIRROR`,
+
+`u8g2.font_6x10`, ...
+
+
+# u8g2.disp Sub-Module
+
+## u8g2.disp:clearBuffer()
+Clears all pixel in the memory frame buffer.
+
+See [u8g2 clearBuffer()](https://github.com/olikraus/u8g2/wiki/u8g2reference#clearbuffer).
+
+## u8g2.disp:drawBox()
+Draw a box (filled frame).
+
+See [u8g2 drawBox()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawbox).
+
+## u8g2.disp:drawCircle()
+Draw a circle.
+
+See [u8g2 drawCircle()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawcircle).
+
+Note that parameter `opt` is optional and defaults to `u8g2.DRAW_ALL` if omitted.
+
+## u8g2.disp:drawDisc()
+Draw a filled circle.
+
+See [u8g2 drawDisc()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawdisc).
+
+Note that parameter `opt` is optional and defaults to `u8g2.DRAW_ALL` if omitted.
+
+## u8g2.disp:drawEllipse()
+Draw an ellipse.
+
+See [u8g2 drawEllipse()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawellipse).
+
+Note that parameter `opt` is optional and defaults to `u8g2.DRAW_ALL` if omitted.
+
+## u8g2.disp:drawFilledEllipse()
+Draw a filled ellipse.
+
+See [u8g2 drawFilledEllipse()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawfilledellipse).
+
+Note that parameter `opt` is optional and defaults to `u8g2.DRAW_ALL` if omitted.
+
+## u8g2.disp:drawFrame()
+Draw a frame (empty box).
+
+See [u8g2 drawFrame()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawframe).
+
+## u8g2.disp:drawGlyph()
+Draw a single character.
+
+See [u8g2 drawGlyph()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawglyph).
+
+## u8g2.disp:drawHLine()
+Draw a horizontal line.
+
+See [u8g2 drawHLine()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawhline).
+
+## u8g2.disp:drawLine()
+Draw a line between two points.
+
+See [u8g2 drawLine()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawline).
+
+## u8g2.disp:drawPixel()
+Draw a pixel.
+
+See [u8g2 drawPixel()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawpixel).
+
+## u8g2.disp:drawRBox()
+Draw a box with round edges.
+
+See [u8g2 drawRBox()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawrbox).
+
+## u8g2.disp:drawRFrame()
+Draw a frame with round edges.
+
+See [u8g2 drawRFrame()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawrframe).
+
+## u8g2.disp:drawStr()
+Draw a string.
+
+See [u8g2 drawStr()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawstr).
+
+## u8g2.disp:drawTriangle()
+Draw a triangle (filled polygon).
+
+See [u8g2 drawTriangle()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawtriangle).
+
+## u8g2.disp:drawUTF8()
+Draw a string which is encoded as UTF-8.
+
+See [u8g2 drawUTF8()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawutf8).
+
+## u8g2.disp:drawVLine()
+Draw a vertical line.
+
+See [u8g2 drawVLine()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawvline).
+
+## u8g2.disp:drawXBM()
+Draw a XBM Bitmap.
+
+See [u8g2 drawXBM()](https://github.com/olikraus/u8g2/wiki/u8g2reference#drawxbm).
+
+XBM bitmaps are supplied as strings to `drawXBM()`. This off-loads all data handling from the u8g2 module to generic methods for binary files. See [graphics_test.lua](../../../lua_examples/u8glib/u8g_graphics_test.lua).
+
+In contrast to the source code based inclusion of XBMs in upstream u8g2 library, it's required to provide precompiled binary files. This can be performed online with [Online-Utility's Image Converter](http://www.online-utility.org/image_converter.jsp): Convert from XBM to MONO format and upload the binary result.
+
+## u8g2.disp:getAscent()
+Returns the reference height of the glyphs above the baseline (ascent).
+
+See [u8g2 getAscent()](https://github.com/olikraus/u8g2/wiki/u8g2reference#getascent).
+
+## u8g2.disp:getDescent()
+Returns the reference height of the glyphs below the baseline (descent).
+
+See [u8g2 getDescent()](https://github.com/olikraus/u8g2/wiki/u8g2reference#getdescent).
+
+## u8g2.disp:getStrWidth()
+Return the pixel width of string.
+
+See [u8g2 getStrWidth()](https://github.com/olikraus/u8g2/wiki/u8g2reference#getstrwidth).
+
+## u8g2.disp:getUTF8Width()
+Return the pixel width of an UTF-8 encoded string.
+
+See [u8g2 getUTF8Width()](https://github.com/olikraus/u8g2/wiki/u8g2reference#getutf8width).
+
+## u8g2.disp:sendBuffer()
+Send the content of the memory frame buffer to the display.
+
+See [u8g2 sendBuffer()](https://github.com/olikraus/u8g2/wiki/u8g2reference#sendbuffer).
+
+## u8g2.disp:setBitmapMode()
+Define bitmap background color mode.
+
+See [u8g2 setBitmapMode()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setbitmapmode).
+
+## u8g2.disp:setContrast()
+Set the contrast or brightness.
+
+See [u8g2 setContrast()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setconstrast).
+
+## u8g2.disp:setDisplayRotation()
+Changes the display rotation.
+
+See [u8g2 setDisplayRotation()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setdisplayrotation).
+
+## u8g2.disp:setDrawColor()
+Defines the bit value (color index) for all drawing functions.
+
+See [u8g2 setDrawColor()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setdrawcolor).
+
+## u8g2.disp:setFlipMode()
+Set flip (180 degree rotation) mode.
+
+See [u8g2 setFlipMode()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setflipmode).
+
+## u8g2.disp:setFont()
+Define a u8g2 font for the glyph and string drawing functions. They can be supplied as strings or compiled into the firmware image. They are available as `u8g2.<font_name>` in Lua.
+
+See [u8g2 setFont()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfont).
+
+## u8g2.disp:setFontDirection()
+Set the drawing direction of all strings or glyphs.
+
+See [u8g2 setFontDirection()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontdirection).
+
+## u8g2.disp:setFontMode()
+Define font background color mode.
+
+See [u8g2 setFontMode()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontmode).
+
+## u8g2.disp:setFontPosBaseline()
+Change the reference position for the glyph and string draw functions to "baseline".
+
+See [u8g2 setFontPosBaseline()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontposbaseline).
+
+## u8g2.disp:setFontPosBottom()
+Change the reference position for the glyph and string draw functions to "bottom".
+
+See [u8g2 setFontPosBottom()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontposbottom).
+
+## u8g2.disp:setFontPosTop()
+Change the reference position for the glyph and string draw functions to "top".
+
+See [u8g2 setFontPosTop()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontpostop).
+
+## u8g2.disp:setFontPosCenter()
+Change the reference position for the glyph and string draw functions to "center".
+
+See [u8g2 setFontPosCenter()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontposcenter).
+
+## u8g2.disp:setFontRefHeightAll()
+Set ascent and descent calculation mode to "highest and lowest glyph".
+
+See [u8g2 setFontRefHeightAll()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontrefheightall).
+
+## u8g2.disp:setFontRefHeightExtendedText()
+Set ascent and descent calculation mode to "highest of [A1(], lowest of [g(]".
+
+See [u8g2 setFontRefHeightExtendedText()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontrefheightextendedtext).
+
+## u8g2.disp:setFontRefHeightText()
+Set ascent and descent calculation mode to "highest of [A1], lowest of [g]".
+
+See [u8g2 setFontRefHeightText()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setfontrefheighttext).
+
+## u8g2.disp:setPowerSave()
+Activate or disable power save mode of the display.
+
+See [u8g2 setPowerSave()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setpowersave).

+ 1 - 0
mkdocs.yml

@@ -93,6 +93,7 @@ pages:
         - 'tm1829': 'en/modules/tm1829.md'
         - 'tmr': 'en/modules/tmr.md'
         - 'tsl2561': 'en/modules/tsl2561.md'
+        - 'u8g2': 'en/modules/u8g2.md'
         - 'uart': 'en/modules/uart.md'
         - 'ucg': 'en/modules/ucg.md'
         - 'websocket': 'en/modules/websocket.md'