1. 03 Mar, 2015 2 commits
  2. 25 Feb, 2015 1 commit
    • Ezekiel-DA's avatar
      Update file.c · c869eddb
      Ezekiel-DA authored
      Made file.seek() return nil on error / EOF, as specified in documentation, instead of returning true.
      c869eddb
  3. 13 Feb, 2015 2 commits
  4. 12 Feb, 2015 2 commits
  5. 11 Feb, 2015 1 commit
  6. 10 Feb, 2015 1 commit
  7. 09 Feb, 2015 1 commit
  8. 08 Feb, 2015 4 commits
  9. 07 Feb, 2015 2 commits
  10. 06 Feb, 2015 1 commit
  11. 05 Feb, 2015 3 commits
  12. 04 Feb, 2015 1 commit
  13. 03 Feb, 2015 1 commit
    • devsaurus's avatar
      improve font handling · 9f0b1678
      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
      9f0b1678
  14. 02 Feb, 2015 2 commits
  15. 01 Feb, 2015 4 commits
  16. 31 Jan, 2015 1 commit
  17. 29 Jan, 2015 1 commit
    • HuangRui's avatar
      Combined dsleep_set_options(option) to dsleep( us, option ) · 5894df1d
      HuangRui authored
      * dsleep( us, option )
      Hardware has to support deep-sleep wake up (XPD_DCDC connects to EXT_RSTB with 0R). system_deep_sleep(0) ,set no wake up timer,connect a GPIO to pin RST, the chip will wake up by a falling-edge on pin RST.
      ** us: Integer
      time to sleep.
      if us = 0, it will sleep forever.
      ** option: Integer
      option=0, init data byte 108 is valuable;
      option>0, init data byte 108 is valueless.
      More details as follows:
      0, RF_CAL or not after deep-sleep wake up, depends on init data byte 108.
      1, RF_CAL after deep-sleep wake up, there will belarge current.
      2, no RF_CAL after deep-sleep wake up, there will only be small current.
      4, disable RF after deep-sleep wake up, just like modem sleep, there will be the smallest current.
      5894df1d
  18. 28 Jan, 2015 1 commit
  19. 27 Jan, 2015 1 commit
  20. 26 Jan, 2015 1 commit
  21. 24 Jan, 2015 1 commit
  22. 23 Jan, 2015 1 commit
  23. 18 Jan, 2015 1 commit
  24. 16 Jan, 2015 1 commit
  25. 12 Jan, 2015 1 commit
  26. 09 Jan, 2015 1 commit
  27. 08 Jan, 2015 1 commit