mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
update glcd
Conflicts: src/gui/movieplayer.h src/gui/weather_locations.h src/neutrino.cpp
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
#include <hardware/video.h>
|
||||
#include <cs_api.h>
|
||||
|
||||
#include <driver/display.h>
|
||||
|
||||
extern cVideo * videoDecoder;
|
||||
|
||||
extern CPictureViewer * g_PicViewer;
|
||||
@@ -2020,3 +2022,10 @@ uint32_t CFrameBuffer::getWidth4FB_HW_ACC(const uint32_t /*x*/, const uint32_t w
|
||||
{
|
||||
return w;
|
||||
}
|
||||
|
||||
void CFrameBuffer::blit()
|
||||
{
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
cGLCD::Blit();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user