Explore >> Select a destination


You are here

chipnetics.com
| | www.tedinski.com
4.8 parsecs away

Travel
| | Composing smaller pieces into a great whole is a powerful design technique.
| | jrhawley.ca
5.2 parsecs away

Travel
| | Command line utilities are great. Here are a few of my favourites.
| | venam.nixers.net
4.1 parsecs away

Travel
| | What's a shell, what does it do, why would we need that? A shell is a program that acts as an intermediary between the user and the operating system, the kernel. It lets you execute commands on a computer. Specifically, on Unix, the shell is a command-line interface, a prompt that waits for commands entered by the user, interpret and exe...
| | hackaday.io
23.9 parsecs away

Travel
| I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify.