Skip to content

pycamera: backlight, solarize #8245

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

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

jepler
Copy link

@jepler jepler commented Aug 2, 2023

No description provided.

jepler added 2 commits August 2, 2023 07:52
while developing esp-camera I had the problem that firmware.elf was
not regenerated if the only file I edited was in the esp32-camera
submodule.

By telling make that $(IDF_CMAKE_TARGETS), the list of .a fliles
produced by ninja-building esp-idf, depend on esp-idf-stamp and that
firmware.elf in turn depends on these files, the ninja build is re-run
on each make, which is reasonably quick if nothing needs to be rebuilt.
the backlight situation will be revisited with the next board prototype,
but it's good to prove this can be done.

Depends on adafruit/esp32-camera#6 which should
be merged before this.
jepler added a commit to adafruit/Adafruit_CircuitPython_PyCamera that referenced this pull request Aug 2, 2023
@jepler
Copy link
Author

jepler commented Aug 2, 2023

I could rewrite the i2c initialization code to use common hal but it was nice that I could essentially copy & paste the code out of tinyuf2

@tannewt tannewt merged commit 9cc4b4c into adafruit:main Aug 2, 2023
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

Successfully merging this pull request may close these issues.

2 participants