Difference between revisions of "AIMLinux/AddOn/Management"
From ESS-WIKI
Yanwei.cao (talk | contribs) (Created page with "coming soon") |
Yanwei.cao (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Multi-Screen Control = | |
+ | |||
+ | In general, ARM CPU supports multiple display modes,eg:hdmi,lvds,rgb,dsi,edp...,it's a very troublesome thing by changing driver to achieve display mode switching,in advantech ARM platform,we support mode switching without updating driver,just configuring environment in uboot. | ||
+ | |||
+ | == Multi channels switch == | ||
+ | |||
+ | == Multi panels switch == |
Revision as of 09:26, 16 March 2020
Multi-Screen Control
In general, ARM CPU supports multiple display modes,eg:hdmi,lvds,rgb,dsi,edp...,it's a very troublesome thing by changing driver to achieve display mode switching,in advantech ARM platform,we support mode switching without updating driver,just configuring environment in uboot.