Hi all,
If the feature that I'm wishing for is already available in PBP, then my apologies.
Hi, we are pleased to see that you are using our forum.
We'd like you to become a member of our community. Membership is FREE, please REGISTER and view our forums without these annoying reminders!
Once registered you may post on the forums, download from the file areas and use the WIKI without interruption.
In one of the projects that I'm currently working on there is a long initialization procedure (~200 lines of code) for a TFT display that I must include in my PBP main program. Then, I was thinking that it would be very nice if I could do something similar to
For example, something likeCode:INCLUDE "modedefs.bas"
Then, I would call the routine in this "MyTFT_Init.bas" file to initialize my TFT display and that way I don't need to have this long procedure taking up space in my main PBP program. I know some C language, but I don't know any assembly.Code:INCLUDE "MyTFT_Init.bas"
Is this feature that I'm wishing for already available in PBP? Can I create a routine in another BAS file and call it from my main PBP program?
Thank you all for your ideas and comments. Sincerely,
Robert


.
Reply With Quote


Bookmarks