So, I have read the app notes and am using some custom fonts, colors, and images in my application. This display is looking sweet! Now that I'm nearing the end of my development cycle and looking forward on how to quickly implement this in an assembly line fashion, how do I make it so that the uSD card loading and display programming is a single click process?
Here is my current process:
My wish list as it were would be a GUI or command line program that would copy a master data file to the new uSD card after it formats it. This way, I could supply a master uSD card/file that would be used as a release. And possibly change the PMC loader to load workshop's SPE settings (changed to 115,200 baud, no SS) after checking/loading new PmmC version.
Any chance of getting a streamlined utility like above or possibly help in the creation of one by me?
Here is my current process:
- Flash latest PmmC to screen
- SPE Load set at 115200 baud with no screen saver (this is handled by the controller) using Workshop IDE.
- Load up Workshop Project that has the various supported fonts for the uSD card. Hit Compile to format and load new uSD card with fonts.
- Load up Graphics Composer 3 with the image/icons project file. Hit Build and offset the beginning address by known amount.
- Load uSD card into display and go.
My wish list as it were would be a GUI or command line program that would copy a master data file to the new uSD card after it formats it. This way, I could supply a master uSD card/file that would be used as a release. And possibly change the PMC loader to load workshop's SPE settings (changed to 115,200 baud, no SS) after checking/loading new PmmC version.
Any chance of getting a streamlined utility like above or possibly help in the creation of one by me?
Comment