Search found 168 matches

by v923z
Mon Jan 02, 2017 6:51 pm
Forum: Development of MicroPython
Topic: Suggested standard approach to font handling
Replies: 23
Views: 22073

Re: Suggested standard approach to font handling

Thanks Dave, this is a useful piece of code.
by v923z
Mon Jan 02, 2017 1:02 pm
Forum: Development of MicroPython
Topic: Suggested standard approach to font handling
Replies: 23
Views: 22073

Re: Suggested standard approach to font handling

I was wondering, how much memory overhead a dictionary adds. Inspired by Peter's font conversion tool (somehow, I couldn't get freetype working under anaconda, so I have to make a trip to a command line tool), I saved the font maps in a dictionary. The details can be found under https://github.com/v...
by v923z
Wed Dec 28, 2016 11:42 pm
Forum: Programs, Libraries and Tools
Topic: First steps for an interactive micropython ... IPython
Replies: 12
Views: 14879

Re: First steps for an interactive micropython ... IPython

I know that this is a rather old thread, and I would be happy to open a new one, if desired. I only wanted to keep this in context. I also wanted to have some sort of interactive development environment for the board, and ended up defining a new cell-level magic for ipython. I outlined the details h...
by v923z
Mon Jan 04, 2016 7:46 pm
Forum: WiPy and CC3200 boards
Topic: Timer example not working
Replies: 32
Views: 36787

Re: Timer example not working

Besides the micropython.org download site for binaries, the whole source code including the versions for WiPy can be found here: https://github.com/micropython/micropython. The WiPy version is the one in folder cc3200. Call me blockhead, but I would have assumed that the wipy-related stuff resides ...
by v923z
Fri Jan 01, 2016 6:29 pm
Forum: WiPy and CC3200 boards
Topic: Timer example not working
Replies: 32
Views: 36787

Re: Timer example not working

pythoncoder wrote:Oh dear - sorry if I've caused you wasted time. :( I must admit my WiPy is sitting on a shelf pending firmware bugfixes.
Don't worry, no harm was done. ;)

Zoltán
by v923z
Fri Jan 01, 2016 6:26 pm
Forum: WiPy and CC3200 boards
Topic: Timer example not working
Replies: 32
Views: 36787

Re: Timer example not working

You can find the last build of the Wipy firmware as this address : http://www.micropython.org/download/ It's nearly to the bottom of the page. The direct link for today's build : http://micropython.org/resources/firmware/wipy-2015-12-30-v1.5.1-185-gfff2dd2.zip Thanks, Oli! However, this raises anot...
by v923z
Wed Dec 30, 2015 4:04 pm
Forum: WiPy and CC3200 boards
Topic: Timer example not working
Replies: 32
Views: 36787

Re: Timer example not working

pythoncoder wrote:I notice there's a new firmware build out today (29th Dec). Perhaps this might fix it?
Where did you find the new firmware? On github, the last commit was on Nov 18th.

Cheers,
Zoltán
by v923z
Mon Dec 28, 2015 6:33 pm
Forum: WiPy and CC3200 boards
Topic: Timer example not working
Replies: 32
Views: 36787

Re: Timer example not working

Daniel, I don't want to be rude, or anything, and there might be millions of reasons for your not having time to fix something, but I would also agree with the previous post that the kickstarter campaign was not entirely honest (the kickstarter page even has an example demonstrating the use of timer...