mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
neutrino: Add switch osd resolution when supported from hardware
- At the moment supported hardware: CS HD2 Currently known problems: ------------------------- - Display menus after changing resolution (Reboot required) - Display headers after changing resolution hd => fullhd (Reboot required) - Display infobar after changing resolution hd => fullhd (Reboot required) - Screenshot broken (With new driver and set resolution to 1280x720)
This commit is contained in:
@@ -108,6 +108,7 @@ class CFbAccelCSHD1
|
||||
void setBlendLevel(int);
|
||||
void add_gxa_sync_marker(void);
|
||||
void setupGXA(void);
|
||||
void setOsdResolutions();
|
||||
};
|
||||
|
||||
class CFbAccelCSHD2
|
||||
@@ -128,6 +129,8 @@ class CFbAccelCSHD2
|
||||
void setBlendMode(uint8_t);
|
||||
void setBlendLevel(int);
|
||||
int scaleFont(int size);
|
||||
bool fullHdAvailable();
|
||||
void setOsdResolutions();
|
||||
};
|
||||
|
||||
class CFbAccelGLFB
|
||||
|
Reference in New Issue
Block a user