dug Posted February 7, 2018 Report Share Posted February 7, 2018 Hi, I'm working on a project that will use a main board running a flavor of linux, with a secondary micro (CortexM7) that will be controlling a main color display, a smaller color display and multiple small OLED displays at different resolutions. I will also be building an emulator app that will act like the hardware on the mac. I have the demo projects building from makefiles on the mac now. The first challenge I see is that the the multiple display mode doesn't seem to have different settable resolutions for each driver type. The drivers are always set using the #define GDISP_SCREEN_WIDTH and #define GDISP_SCREEN_HEIGHT So if I'm using multiple of the same type of driver, it doesn't seem possible to change the display size for multiple different displays. Has anyone done this that can give me a clue on the best way to set this up? thanks! dug Link to comment Share on other sites More sharing options...
dug Posted February 8, 2018 Author Report Share Posted February 8, 2018 I think I deduced my own answer... I need to copy the board folder I need to use with different resolutions and name them differently so I can use them as 2 different devices. Might be good to mention in the Multiple Displays doc. cheers, dug Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now