another item i would like to see added to pbp
is built in graphics display control like the lcd
do we already have this?
another item i would like to see added to pbp
is built in graphics display control like the lcd
do we already have this?
AS IS.. no. The main problem is always the same, there's no real standard LCD Graphic controller... but some model are more popular. You may find few example here and there in Basic, Asm, C etc etc etc
The following have been refered few time here
http://www.compsys1.com/workbench/
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Well, at least once you have something working, it's just a code challenge to modify it or totally rewrite the whole thing.
I agree it could be interesting for many user if Melabs would integrate 2-3 popular controller in PBP as some already do.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
->Well, at least once you have something working
Are you doggin' me...again?
I'm wondering if a GLCD add-on couldn't end up as some sort of library file add-on.
A define at the top of the code (i.e. DEFINE GLCDTYPE = 1 or 2 or 3 or whatever), then a few commands for text, points, etc.etc. The code I've got for the SED1520 does all of the background work, sets points, clears points, and does text, along with some simple shifting...and I'm sure other folks have got fully working code for other controller types.
Jist of the story, MeLabs had better get on with an upgrade of some sort and better do it soon; something to be a bit more competitive with the likes of mikroelectronika (or whatever they're called) and others. I like the product and all, but like everything else in life, if something out there is better, for a better price, I'm probably going to end up going that route (much as I hate to say it)....
ME?Are you doggin' me...again?![]()
Nah, no way!
Yup perfect application for INCLUDE and conditional assembler IF/IFDEF/IFNDEF. but on the other hand, it make the INCLUDE file too big. I prefer to use ONE/Controller type... but it's me. Using PBP DEFINE in your code will may set the I/o assignment, tell to store Text fonts in the code space or in a external EEPROM, etc etc etc. There's tons of different structure you could use. As always...I'm wondering if a GLCD add-on couldn't end up as some sort of library file add-on.
possibly trueand I'm sure other folks have got fully working code for other controller types.And i feel they work on many hours/days/weeks to make them 100% bug free and easy-to use/expand. This said... i doubt they will trash them away for free... even if they are really often here and always willing to help. Maybe one day they could place them and sale them on their website...
Depending what you call better, all good point. Let's say with more built-in feature ;-}I like the product and all, but like everything else in life, if something out there is better, for a better price, I'm probably going to end up going that route (much as I hate to say it)....
What happen is that many new user now compare built-in feature, and sometimes they buy the one with all needed feature... but ends-up with daily/weekly update to do to fix some obvious stuff that shouldn't be messed up at first. too bad.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks