![]()
Not long ago I saw this link for a 3310 temp probe.
Now ive played with other LCD’s lots, but this one caught my attention because of the low power requirements (It runs from a single CR2032 Motherboard battery). I built the Temp probe as shown on the site and it worked well. I had several of the PCBs made, and decided that the others would be my own projects with the same hardware. I wondered what I could push this simple PIC and Nokia LCD into doing.
I started by writing the base code from scratch. The simple routines to init the LCD and display on it. My first program shown above (The Unicorn) simply plotted a static picture from ROM onto the display.
<- Left is the original while Right ->
is mine.
You can get the .hex file for the Unicorn picture on pic 12f675 here. The hardware as exactly as the original Temp probe spec (but you dont need temp probe, and set the jumper high).
You can get the source code here for the basic LCD setup.
For a laugh I thought id draw the HardOCP logo, you cant do much with 84×48 2colour!
The full details are on the dedicated page on the right
[...] Pyrofer has made some significant advancements with a game he is designing with a cell phone LCD and a PIC 12f675 microcontroller. Video after the jump. “You can see ive managed to draw a basic map on the screen. The size of this map is limited by the ram, as the objects within have to change it cant be a rom map. There isnt enough RAM. Ive had to be very clever with ram byte handing to squeeze a large map into ram. Having static map layouts in rom isnt quite as bad. [...]
[...] Pyrofer’s Projects » 3310 Nokia LCD re-purposed – [via] Original Link. [...]
[...] Pyrofer’s Projects » 3310 Nokia LCD re-purposed – [via] Link. [...]