Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported ATOMS3 Lite #1028

Open
wants to merge 44 commits into
base: public
Choose a base branch
from
Open

Commits on Oct 21, 2022

  1. added device.I2C hat configuration

    M5StickC HAT extension modules use GPIO(G0, G26) as I2C.
    We can specify HAT in the Sensor node of Node-RED MCU Edition.
    kitazaki committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2851bfd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Create .gitkeep

    kitazaki committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    c792f01 View commit details
    Browse the repository at this point in the history
  2. supported m5stick_cplus

    kitazaki committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    16e1684 View commit details
    Browse the repository at this point in the history
  3. Create .gitkeep

    kitazaki committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    b531c2a View commit details
    Browse the repository at this point in the history
  4. supported m5stick_cplus

    kitazaki committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    4789efc View commit details
    Browse the repository at this point in the history
  5. Delete .gitkeep

    kitazaki committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    e8fd04b View commit details
    Browse the repository at this point in the history
  6. Delete .gitkeep

    kitazaki committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    2e31da1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c06f9c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Fixed the known issue to support M5StickC Plus

    reversed the specified width and height with the register parameter (0x36: Memory Access Data Control) to avoid the know issue
    Moddable-OpenSource#708
    kitazaki committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2e9248c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Delete setup-target.js

    kitazaki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    142ef6e View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    kitazaki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e3624f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from Moddable-OpenSource/public

    merge from master repo
    kitazaki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    62abd33 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. merge from upstream

    kitazaki committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d68fbdb View commit details
    Browse the repository at this point in the history
  2. Update manifest.json

    kitazaki committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    676fe73 View commit details
    Browse the repository at this point in the history
  3. Update provider.js

    kitazaki committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0f6b371 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    06d997b View commit details
    Browse the repository at this point in the history
  2. supported atoms3

    kitazaki committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8c425f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d2202 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    kitazaki committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    01b9d4a View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    kitazaki committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6328679 View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    kitazaki committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    dbf4eaf View commit details
    Browse the repository at this point in the history
  7. Add files via upload

    kitazaki committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    607a8f8 View commit details
    Browse the repository at this point in the history
  8. fixed typo

    kitazaki committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fee8425 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    1a643e5 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    kitazaki committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    ded2d26 View commit details
    Browse the repository at this point in the history
  3. fixed display init command

    color order: RGB -> BGR
    display inversion: ON -> OFF
    kitazaki committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    6a61171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96e666e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    d6ccc06 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    6e235a5 View commit details
    Browse the repository at this point in the history
  2. Fixed check routine of CHIPID (BMP280)

    compare bBuf[0] with CHIPID after io.read(bBuf)
    kitazaki committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    7a22917 View commit details
    Browse the repository at this point in the history
  3. Fixed check routine of CHIPID (BMP180)

    compare bBuf[0] with CHIPID after io.read(bBuf)
    kitazaki committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    464e5fd View commit details
    Browse the repository at this point in the history
  4. Update provider.js

    kitazaki committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e397933 View commit details
    Browse the repository at this point in the history
  5. Update manifest.json

    kitazaki committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d851594 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    3cde62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dde54a View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    kitazaki committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    be87d5e View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    kitazaki committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fbe5ed6 View commit details
    Browse the repository at this point in the history
  5. added ATOMS3 Lite image

    kitazaki committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    d1b2507 View commit details
    Browse the repository at this point in the history
  6. Delete atoms3_lite.jpg

    kitazaki committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    741739c View commit details
    Browse the repository at this point in the history
  7. added ATOMS3 Lite image

    kitazaki committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8c0ca4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f81cc5b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    a0eafc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25135b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    0682d56 View commit details
    Browse the repository at this point in the history