enigma2  2.6
Classes | Functions | Variables
Screens.PiPSetup Namespace Reference

Classes

class  PiPSetup
 

Functions

def clip (val, min, max)
 

Variables

int MAX_X = 720
 
int MAX_Y = 576
 
int MAX_W = MAX_X * 3 // 4
 
int MAX_H = MAX_Y * 3 // 4
 
int MIN_W = MAX_X // 8
 
int MIN_H = MAX_Y // 8
 

Function Documentation

◆ clip()

def Screens.PiPSetup.clip (   val,
  min,
  max 
)

Variable Documentation

◆ MAX_H

int Screens.PiPSetup.MAX_H = MAX_Y * 3 // 4

◆ MAX_W

int Screens.PiPSetup.MAX_W = MAX_X * 3 // 4

◆ MAX_X

int Screens.PiPSetup.MAX_X = 720

◆ MAX_Y

int Screens.PiPSetup.MAX_Y = 576

◆ MIN_H

int Screens.PiPSetup.MIN_H = MAX_Y // 8

◆ MIN_W

int Screens.PiPSetup.MIN_W = MAX_X // 8