Skip to content

Glitch on piu and M5Stack #120

Description

@meganetaaan

I compiled a simple piu code for M5Stack with latest commit (dc94381).
But I see a glitch on the display.


main.js

import {} from "piu/MC";

export default new Application(null, {
  skin: new Skin({ fill: "blue" }),
  top: 0,
  bottom: 0,
  left: 0,
  right: 0
});

manifest.json

{
  "include": [
    "$(MODDABLE)/examples/manifest_base.json",
    "$(MODDABLE)/examples/manifest_piu.json"
  ],
  "modules": {
    "*": "./main"
  }
}
$ mcconfig -d -m -p esp32/m5stack

Expected -> Whole screen is blue as I set.
Actual -> A vertical black belt shows up on the display like below.
img_20190206_013728

No problem on the same code with the simulator. So is there an issue of ili9341 driver?
Or is my program wrong?

$ mcconfig -d -m -p lin

screenshot from 2019-02-06 01-37-52

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions