04-24-2009, 08:10 AM
|
#1 (permalink)
|
EcoModding Lurker
Join Date: Apr 2009
Location: Clarkston, MI
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
|
Enhanced large font
Thanks Dave.
Code hacks - EcoModder - Enhanced Large Font
I wonder if we could start a dev branch in the repository?
--Bill
|
|
|
Today
|
|
|
Other popular topics in this forum...
|
|
|
04-24-2009, 08:24 AM
|
#2 (permalink)
|
needs more cowbell
Join Date: Feb 2008
Location: ÿ
Posts: 5,038
Thanks: 158
Thanked 269 Times in 212 Posts
|
Nice
re: repository, that becomes high maintenance is the only issue, with permissions and making sure the authors test every last thing and not assume nothing has broken.
Wiki means you get it working once and show as simply as possible how you did it (so no real need for #defines in the examples) and you are pretty much in the clear after that. i.e. when I changed brightness code for vfd, it orphaned many bits of brightness code, but since that wasn't interfering with the hack and would complicate the example, I left those changes out.
Wiki also means any ecomodder can use it by default.
re: fonts, yup only 8 user definable fonts in your standard issue 2x16.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
Last edited by dcb; 04-24-2009 at 08:41 AM..
|
|
|
04-24-2009, 06:59 PM
|
#3 (permalink)
|
EcoModding Lurker
Join Date: Feb 2009
Location: colorado
Posts: 16
Thanks: 0
Thanked 3 Times in 1 Post
|
Awesome job, skelly! Can't wait to try this out!
|
|
|
04-24-2009, 11:00 PM
|
#4 (permalink)
|
EcoModding Lurker
Join Date: Apr 2009
Location: Clarkston, MI
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by dcb
Nice
re: repository, that becomes high maintenance is the only issue, with permissions and making sure the authors test every last thing and not assume nothing has broken.
Wiki means you get it working once and show as simply as possible how you did it (so no real need for #defines in the examples) and you are pretty much in the clear after that. i.e. when I changed brightness code for vfd, it orphaned many bits of brightness code, but since that wasn't interfering with the hack and would complicate the example, I left those changes out.
Wiki also means any ecomodder can use it by default.
re: fonts, yup only 8 user definable fonts in your standard issue 2x16.
|
But... Wiki also means that in a year it could be totally out of date. A branch in the repository is just that, a development branch.
Example, I have no idea what you have in 0.80. Sounds like a lot of changes if you manged to shrink the executable by 2k. That said, when 0.80 is posted to the repository maybe I find that you've fixed the same things I have, or you've made a lot of cleanups, or whatever... And now all of my work on 0.75 is useless.
Long and short of it, I would rather not be working on something if I know you're already working on it. I'm using RCS here to track my changes just because it is simple... But when 0.80 is posted into the repository I will have to merge my changes if I want to stay current.
Finally, I want to add that this project kicks ass. This goes for Arduino in general. We really are lucky to have such a hardware platform as open source advocates!! How about cruise control mods (with a second Arduino) based on the MPGuino output? There are so many possibilities!!
I love it. Awesome. Thanks for your work Dave.
|
|
|
04-26-2009, 09:46 PM
|
#5 (permalink)
|
EcoModding Lurker
Join Date: Feb 2009
Location: colorado
Posts: 16
Thanks: 0
Thanked 3 Times in 1 Post
|
Thanks again for posting this, skelly. Excellent write-up as well. Readability of the big font is much improved!
|
|
|
04-26-2009, 11:18 PM
|
#6 (permalink)
|
needs more cowbell
Join Date: Feb 2008
Location: ÿ
Posts: 5,038
Thanks: 158
Thanked 269 Times in 212 Posts
|
If anyone wants a visual on what is going on, here was the original writeup and a pic, it is tricky to do much with only 8 characters of course, but it is a fun exercise, kind of a puzzle
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
|
|
|
04-27-2009, 09:51 PM
|
#7 (permalink)
|
EcoModding Lurker
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
|
Great looking font Skelly!
|
|
|
04-27-2009, 10:13 PM
|
#8 (permalink)
|
EcoModding Lurker
Join Date: Apr 2009
Location: Clarkston, MI
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by dcb
If anyone wants a visual on what is going on, here was the original writeup and a pic, it is tricky to do much with only 8 characters of course, but it is a fun exercise, kind of a puzzle
|
I have to add that this is a simple hack only because Dave's original implementation was already there!
I didn't see this original write-up but the big font idea in general is very clever. I created an Excel sheet to play with the font design before I coded it up, I'll plan to post that in the wiki too once I clean it up a bit.
|
|
|
04-27-2009, 10:25 PM
|
#9 (permalink)
|
needs more cowbell
Join Date: Feb 2008
Location: ÿ
Posts: 5,038
Thanks: 158
Thanked 269 Times in 212 Posts
|
I do have a question, if anyone has time for such a riddle.
Do you think it is possible, with 8 custom characters, to do add capitol letters to the basic block numbers, all in 3char x2char format?
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
|
|
|
04-28-2009, 10:38 PM
|
#10 (permalink)
|
EcoModding Lurker
Join Date: Apr 2009
Location: Clarkston, MI
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by dcb
I do have a question, if anyone has time for such a riddle.
Do you think it is possible, with 8 custom characters, to do add capitol letters to the basic block numbers, all in 3char x2char format?
|
Best I could do with the enhanced characters I posted to the wiki (below).
Problems with "M", "N", "Q", "V" (no different from "U"), "W". I think existing characters (slash, etc. could be used to help out the "M" and "N"...
|
|
|
|