CFbAccelARM::paintRect readded and for MIPS also added

Conflicts:
	src/driver/fb_accel_arm.cpp
This commit is contained in:
redblue-pkt
2020-06-11 13:10:40 +02:00
committed by Thilo Graf
parent ae3d31b74b
commit 42890325d7
5 changed files with 345 additions and 14 deletions

View File

@@ -2535,10 +2535,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];