PiStorms  4.012
PiStorms Library Reference by mindsensors.com
 All Classes Namespaces Files Functions Variables
MS_ILI9341.ILI9341 Class Reference
Inheritance diagram for MS_ILI9341.ILI9341:

Public Member Functions

def __init__
 
def save
 
def getBuffer
 
def getSectionBounds
 
def getSection
 
def getPixel
 
def recordFileExists
 
def recordTouchFileExists
 
def startRecording
 
def startTouchRecording
 
def stopRecording
 
def stopTouchRecording
 
def readRecordingCount
 
def readTouchRecordingCount
 
def isTakingFrames
 
def isStoringWithBg
 
def decrementRecordingCount
 
def decrementTouchRecordingCount
 
def display
 
def mergeBackground
 

Public Attributes

 touch_record_path
 
 record_path
 
 background_path
 
 x
 
 y
 
 store
 

Member Function Documentation

def MS_ILI9341.ILI9341.getBuffer (   self)
Gets the copy of a buffer
def MS_ILI9341.ILI9341.getPixel (   self,
  x,
  y 
)
Gets the RGB of a pixel
def MS_ILI9341.ILI9341.getSection (   self,
  x,
  y,
  width,
  height 
)
Gets the section of the screen with same parameters as mindensorsUI
def MS_ILI9341.ILI9341.getSectionBounds (   self,
  left,
  upper,
  right,
  lower 
)
Gets the section of the screen
def MS_ILI9341.ILI9341.save (   self,
  path = None,
  img = None,
  extension = "PNG",
  includeBg = False 
)
Writes the buffer to a file

The documentation for this class was generated from the following file: