3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Hellschreiber Clock

Step 6Digitising "Instructables"

Digitising \"Instructables\"
The picture shows how the bitmap of the line of text is digitised.

Taking the leftmost column, for instance, all its pixels are black. So they are all one: 11111

We group together by fours, making two nibbles: 1 1111

These two are then expressed as hexadecimal, for a compact representation: 1 F

Since the characters are five bits high, the first digit is going to be either 0 or 1, and the second digit shall be 0-1, A-F.

The bottom is taken to be the more significant end.

The second column is blank, so all zero: 00 hex.

The third column has the first three ones
followed by two zeroes: 1 1100 -> 1 C

And so on it goes, right up to the very end.

This is all crammed into an include file, called "instructlables.inc". Thus by changing the line specifying the include file in the main program, you can change the bitmap being displayed. In case you make another bimap showing your name, for example, you can put it into a file "yourname.inc" and call it in the main program.
« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
70
Followers
38
Author:neelandan
Employed as an Engineer in Electronics. Interested in building small circuits around tiny chips (the electronic kind).