Boost on Snow Leopard (x86_64) howto

To install Boost on Snow Leopard using a package manager, like Fink, makes life very easy. Problem when ‘making’ a Cpp or C file using the G++ (gcc), shipped with Xcode (3.2.4), it creates binaries using the x86_64 architecture, and boost of Fink is not. The default installation and packages of Fink are 32-bit or [...]

Source: gLCD ks0108 for PIC available

The KS0108 for PIC (18f series) source code is online. Package contains of:

PIC lib for input output;
Setting single pin on/off;
gLCD lib write only;
Writing char, String at coordinate.

Note: it’s under GPL license. Goto project page.

gLCD in C project

Me and a classmate are busy creating a PONG game on an embedded system. Today we’ve made a library for the KS0108 gLCD controller. 
Here’s the result.
gLCD Picture 1

gLCD Picture 2

Over the next couple of day’s I will post more info about this project.