CFbAccelARM::paintRect readded and for MIPS also added

Origin commit data
------------------
Branch: ni/coolstream
Commit: 06088b5820
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2020-06-11 (Thu, 11 Jun 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
redblue-pkt
2020-06-11 13:10:40 +02:00
committed by vanhofen
parent e9fa743dc8
commit efb8b5ccd3
5 changed files with 345 additions and 14 deletions

View File

@@ -2532,10 +2532,8 @@ void CChannelList::paint_events(CChannelEventList &evtlist)
ffheight = g_Font[eventFont]->getHeight();
frameBuffer->paintBoxRel(x+ width,y+ theight+pig_height, infozone_width, infozone_height,COL_MENUCONTENT_PLUS_0);
#if ENABLE_ARM_ACC
#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7
usleep(300); // because of CFbAccelARM::paintRect()
#endif
#if ENABLE_ARM_ACC || ENABLE_MIPS_ACC
usleep(300); // because of CFbAccelARM/MIPS::paintRect()
#endif
char startTime[10];