View Single Post
Old 09-09-2008, 11:26 PM   #640 (permalink)
jmilk
EcoModding Lurker
 
Join Date: Aug 2008
Location: Home
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Code optimizations

Hey dcb et al,

it's the first time I actually looked at the code. I see a few places where I think I can optimize the size requirements, and possibly the speed as well. First off tho, is there a reason why the LCD's data lines are fragmented? If we used, say, pins 4-7 or 8-11 we could simply push the nibbles into PORT_D or PORT_B, respectively. Am I missing something?

I'm bored, so I'll go through a bit of this tonight.
  Reply With Quote