★ wanayoo — archive 1999 https://github.com/m5stack/M5Stack/issues/79Nouvelle recherche | Portail wanayoo
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

Some example sketches could not be compiled. #79

Open
tchisaka opened this issue Jul 20, 2018 · 1 comment
Open

Some example sketches could not be compiled. #79

tchisaka opened this issue Jul 20, 2018 · 1 comment

Comments

@tchisaka
Copy link
Contributor

@tchisaka tchisaka commented Jul 20, 2018

Some example sketches could not be compiled.

  • M5Stack/examples/Advanced/Display/TFT_Mandlebrot/TFT_Mandlebrot.ino
  • M5Stack/examples/Advanced/Display/TFT_Matrix/TFT_Matrix.ino
  • M5Stack/examples/Advanced/Display/UTFT_demo/UTFT_demo.ino

In these sketches, I could compile with the following modifications.

randomSeed(analogRead(A0))
-> randomSeed(analogRead(35))
@0x1abin
Copy link
Collaborator

@0x1abin 0x1abin commented Jul 20, 2018

Thank you very much for your feedback, I have fixed the compilation error :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.