You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/04 12:00:34 UTC

[incubator-nuttx] branch master updated (b54f0ed -> 9266c54)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from b54f0ed  xtensa/esp32: Add Partition and OTA device
     add 9266c54  lcd: add optional putarea()/getarea() operations

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/up_lcd.c   |  61 ++++++++++++++
 drivers/lcd/lcd_dev.c       |  82 +++++++++++++++++--
 drivers/lcd/max7219.c       |  30 ++++---
 drivers/lcd/pcd8544.c       | 191 ++++++++++++++++++++++++--------------------
 include/nuttx/lcd/lcd.h     |  51 +++++++++++-
 include/nuttx/lcd/lcd_dev.h |  27 ++++---
 6 files changed, 324 insertions(+), 118 deletions(-)