mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
update glcd
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0c2dcc9eb1
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2020-06-19 (Fri, 19 Jun 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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;
|
||||
@@ -2018,3 +2020,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