Skip to content
#

m5stack

Here are 188 public repositories matching this topic...

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))
kalon33
kalon33 commented Apr 3, 2020
Arduino: 1.8.10 (Linux), Board: "M5Stack-Core-ESP32, QIO, 80MHz, Default, 921600, None"
[...]
Using library SPI at version 1.0 in folder: /home/nicolas/.arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/SPI 
Using library Wire at version 1.0.1 in folder: /home/nicolas/.arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/Wire 
Using library U8g2 at version 2.27.6 in folder: /home

Improve this page

Add a description, image, and links to the m5stack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the m5stack topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.