summaryrefslogtreecommitdiff
path: root/logo
AgeCommit message (Collapse)Author
2024-03-07all: Prune trailing whitespace.Phil Howard
Prune trailing whitespace across the whole project (almost), done automatically with: grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp |\ xargs sed -i 's/[[:space:]]*$//' Exceptions: - Skip third-party code in lib/ and drivers/cc3100/ - Skip generated code in bluetooth_init_cc2564C_1.5.c - Preserve command output whitespace in docs, eg: docs/esp8266/tutorial/repl.rst Signed-off-by: Phil Howard <phil@gadgetoid.com>
2023-11-07windows: Use the MicroPython logo as application icon.stijn
Add a .ico file with common icon image size, created from vector-logo-2.png, and embed it into the resulting executable. Signed-off-by: stijn <stijn@ignitron.net>
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
There were several different spellings of MicroPython present in comments, when there should be only one.
2016-08-02logo/1bit-logo A black & white version of the logoRadomir Dopieralski
This version of the logo may be useful for displaying on small devices to show that they use MicroPython.
2015-04-16logo: Change line endings in FONT-LICENSE.txt from CRLF to LF.Damien George
2014-01-14Make GitHub logo/image a JPEG so it's smaller.Damien George
2014-01-14Merge pull request #163 from Metallicow/README-branchDamien George
Add combined image to GitHub front page README.md
2014-01-14logo gradients in master SVG, pngMark Schafer
Also new vector_log png with alpha
2014-01-12Add combined image to GitHub front page README.mdMetallicow
2014-01-12Merge pull request #140 from Metallicow/art-branchDamien George
Small graphic - Useful for WebBanners, etc...
2014-01-12logo missing fill addedMark Schafer
2014-01-11Small graphic - Useful for WebBanners, etc...Metallicow
License: However you want / MicroPython. Thanks Damien :)
2014-01-07vector logo master with layersMark Schafer
inkscape master file has dxf and coloured svg layers. Choose a layer for suitable work.
2014-01-04Add FONT-LICENSE for Exo font used in Micro Python name-logo.Damien George
2014-01-04Merge pull request #71 from redteam316/dxfDamien George
Added DXF R2000 vector text.
2014-01-04Added DXF R2000 vector text.Jonathan Greig
2014-01-04Added SVG vector text.Jonathan Greig
2014-01-03Added SVG vector logo.Jonathan Greig
2014-01-02Added DXF R2000 vector logo.Jonathan Greig
2014-01-02Add Micro Python logo, snake on a chip.Damien George