Jump to content

dug

Members
  • Posts

    2
  • Joined

  • Last visited

  1. 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
  2. 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
×
×
  • Create New...