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

CI/DC placeholder #9

Open
saikek opened this issue Jun 9, 2020 · 0 comments
Open

CI/DC placeholder #9

saikek opened this issue Jun 9, 2020 · 0 comments

Comments

@saikek
Copy link
Contributor

saikek commented Jun 9, 2020

  • Probably not all code changes should build Platformio code. It is possible to specify folder on which build would be triggered. (main for example)
  • I saw a lot of warnings in code - maybe there is some plugin to monitor and show that as well if it matters
  • It is possible to use platformio to re-define configuration there (it seems to be working for me).
    https://github.com/Bodmer/TFT_eSPI do a override of SPI configuration from platformio file like this:
build_flags =
  -DUSER_SETUP_LOADED
  -DST7735_DRIVER
  -DTFT_CS=5
  -DTFT_DC=19
  -DTFT_RST=-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant