- 29 Jan, 2016 2 commits
- 16 Dec, 2015 2 commits
-
-
Johny Mattsson authored
Module creation & registration now made a lot simpler. In essence, each module file is now self-contained and only needs a NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname); line to both be automatically recognised by the Lua initialization as well as honor the LUA_USE_MODULES_MYNAME #define.
-
TerryE authored
carrying on Johny's edits as per my comments on #810
-
- 12 Dec, 2015 1 commit
-
-
Johny Mattsson authored
As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are supported when building. This commit effects that limitation. With this change modules/auxmods.h no longer needs to be updated for every new module, nor do module writers need to cater for a hypothetical LUA_OPTIMIZE_MEMORY < 2 scenario.
-
- 18 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 09 Aug, 2015 1 commit
-
-
devsaurus authored
-
- 05 Aug, 2015 1 commit
-
-
devsaurus authored
don't free unallocated memory
-
- 21 Jul, 2015 1 commit
-
-
devsaurus authored
-
- 20 Jul, 2015 2 commits
-
-
devsaurus authored
sh1106_128x64_i2c ssd1306_64x48_i2c ssd1309_128x64_i2c ssd1327_96x96_gr_i2c uc1611_dogm240_i2c uc1611_dogxl240_i2c ld7032_60x32_hw_spi pcd8544_84x48_hw_spi pcf8812_96x65_hw_spi sh1106_128x64_hw_spi ssd1306_64x48_hw_spi ssd1309_128x64_hw_spi ssd1322_nhd31oled_bw_hw_spi ssd1322_nhd31oled_gr_hw_spi ssd1325_nhd27oled_bw_hw_spi ssd1325_nhd27oled_gr_hw_spi ssd1327_96x96_gr_hw_spi ssd1351_128x128_332_hw_spi ssd1351_128x128gh_332_hw_spi ssd1351_128x128_hicolor_hw_spi ssd1351_128x128gh_hicolor_hw_spi ssd1353_160x128_332_hw_spi ssd1353_160x128_hicolor_hw_spi st7565_64128n_hw_spi st7565_dogm128_hw_spi st7565_dogm132_hw_spi st7565_lm6059_hw_spi st7565_lm6063_hw_spi st7565_nhd_c12832_hw_spi st7565_nhd_c12864_hw_spi uc1601_c128032_hw_spi uc1608_240x128_hw_spi uc1608_240x64_hw_spi uc1610_dogxl160_bw_hw_spi uc1610_dogxl160_gr_hw_spi uc1611_dogm240_hw_spi uc1611_dogxl240_hw_spi uc1701_dogs102_hw_spi uc1701_mini12864_hw_spi
-
devsaurus authored
-
- 19 Jul, 2015 1 commit
-
-
devsaurus authored
keeps the API as before and gets rid of hw_spi vs sw_spi topics
-
- 16 Jul, 2015 2 commits
- 24 Jun, 2015 1 commit
-
-
devsaurus authored
this simplifies the overall memory handling based on the irom support by @jmattsson
-
- 15 May, 2015 2 commits
- 18 Mar, 2015 1 commit
-
-
devsaurus authored
-
- 13 Mar, 2015 1 commit
-
-
devsaurus authored
-
- 12 Mar, 2015 2 commits
- 11 Mar, 2015 1 commit
-
-
devsaurus authored
-
- 01 Mar, 2015 2 commits
- 25 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 20 Feb, 2015 3 commits
- 19 Feb, 2015 2 commits
- 18 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 10 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 08 Feb, 2015 4 commits
- 06 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 04 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 03 Feb, 2015 1 commit
-
-
devsaurus authored
* macros established to build a table of fonts which get compiled into the image * font data is mapped to irom0 to save dram space * quirky function to retrieve font data 4-byte aligned from irom0
-
- 02 Feb, 2015 1 commit
-
-
devsaurus authored
-