We're having an issue with setting the screen orientation to 180 degrees on the LPCXpresso54628 target, having taken the recommended steps
Set the screen orientation in Embedded Wizard:
Modify rotation fiag in makefile (in MCUXpresso settings rather than makefile)
When downloaded and run on the LPCXpresso54628 target, we see the system halted in a loop in EW_Panic():
In this case, we are loading a 24x24 pixel bitmap created from a .png file of the same size (we have a number of such icons in our display screens). There is nothing particularly special about this icon--but I would guess that it is the first such icon the system attempts to load, and that we'd see the same if it were another image.
Is there some additional step we need to take? Is this orientation not supported for the LPCXpresso54628? Any help or insight is appreciated as our design will be modeled on the LPCXpresso54628 architecture, and our choice of display may require the rotation of the screen.
Thanks,
Donald Swearingen
Air Monitor Corp.