mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
fix tuxtxt for hd51
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c3fddb4b2
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-01-23 (Sat, 23 Jan 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -91,10 +91,18 @@ int tv_pip_y;
|
|||||||
|
|
||||||
//#define TV169FULLSTARTX (sx+ 8*40) //(sx +(ex +1 - sx)/2)
|
//#define TV169FULLSTARTX (sx+ 8*40) //(sx +(ex +1 - sx)/2)
|
||||||
#define TV169FULLSTARTX (screen_x + screen_w / 2)
|
#define TV169FULLSTARTX (screen_x + screen_w / 2)
|
||||||
|
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||||
|
#define TV169FULLSTARTY (screen_h / 4)
|
||||||
|
#else
|
||||||
#define TV169FULLSTARTY sy
|
#define TV169FULLSTARTY sy
|
||||||
|
#endif
|
||||||
//#define TV169FULLWIDTH (ex - sx)/2
|
//#define TV169FULLWIDTH (ex - sx)/2
|
||||||
#define TV169FULLWIDTH (screen_w / 2)
|
#define TV169FULLWIDTH (screen_w / 2)
|
||||||
|
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||||
|
#define TV169FULLHEIGHT (screen_h / 2)
|
||||||
|
#else
|
||||||
#define TV169FULLHEIGHT (ey - sy)
|
#define TV169FULLHEIGHT (ey - sy)
|
||||||
|
#endif
|
||||||
#define TOPMENUSTARTX (TV43STARTX+2)
|
#define TOPMENUSTARTX (TV43STARTX+2)
|
||||||
//#define TOPMENUENDX TVENDX
|
//#define TOPMENUENDX TVENDX
|
||||||
#define TOPMENUSTARTY StartY
|
#define TOPMENUSTARTY StartY
|
||||||
|
Reference in New Issue
Block a user