Skip to content

two more demos - for the idf fixed build #1304

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 3 commits into from
Nov 15, 2020
Merged

Conversation

ladyada
Copy link
Member

@ladyada ladyada commented Nov 14, 2020

cheerlights neopixels + localtime clock display

@ladyada ladyada requested a review from a team November 14, 2020 19:37
Copy link
Collaborator

@jerryneedell jerryneedell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested the Cheerlights demo -- works great!
I tried to test the clock demo , but whne I dowload the Helvitica-Bold-100.bdf file it is 4Mbytes and I can't fit it on the MagTag

@jerryneedell
Copy link
Collaborator

ah -- redownloaded the fonts but now the simpleclock gives

 Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 6.0.0-rc.2-260-g231e3d362 on 2020-11-14; MagTag with ESP32S2
>>> import clock
Set background to 16777215
Displaying color
Connecting to AP Needell Airport

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "clock.py", line 19, in <module>
TypeError: unexpected keyword argument 'text_anchor_point'
>>> 

@FoamyGuy
Copy link
Collaborator

@jerryneedell you need the latest version of magtag library that added the text anchoring: adafruit/Adafruit_CircuitPython_MagTag#7

@ladyada
Copy link
Member Author

ladyada commented Nov 14, 2020

yah i am doing a lot of 'quick n dirty' tests to find bugs

Copy link
Collaborator

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I successfully tested the SimpleClock script with the build from esp-idf PR
image

@ladyada ladyada merged commit 6f90ea7 into adafruit:master Nov 15, 2020
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.

3 participants