Datasheet

4D SYSTEMS uLCD-24-PTU-PI
© 2013 4D SYSTEMS Page 6 of 9 www.4dsystems.com.au
uLCD-24-PTU-PI Raspberry Pi Display Module Pack
Text and String Functions:
charwidth('char')
charheight('char')
putstr(pointer)
txt_Set(function, value)
txt_Set shortcuts:
txt_FGcolour(colour)
txt_BGcolour(colour)
txt_FontID(id)
txt_Width(multiplier)
txt_Height(multiplier)
txt_Xgap(pixelcount)
txt_Ygap(pixelcount)
txt_Opacity(mode)
txt_Bold(mode)
txt_Italic(mode)
txt_Inverse(mode)
txt_Underlined(mode)
txt_Attributes(value)
txt_Wrap(value)
Image Control Functions:
img_SetPosition(handle, index, xpos, ypos)
img_Enable(handle, index)
img_Disable(handle, index)
img_Darken(handle, index)
img_Lighten(handle, index)
img_SetWord(handle, index, offset, word)
img_GetWord(handle, index, offset)
img_Show(handle, index)
img_SetAttributes(handle, index, value)
img_ClearAttributes(handle, index, value)
img_Touched(handle, index)
Media Functions (SD/SDHC memory Card):
media_Init()
media_SetAdd(HIword, LOword)
media_SetSector(HIword, LOword)
media_RdSector(Destination_Address)
media_WrSector(Source_Address)
media_ReadByte()
media_ReadWord()
media_WriteByte(byte_val)
media_WriteWord(word_val)
media_Flush()
media_Image(x, y)
media_Video(x, y)
media_VideoFrame(x, y, frameNumber)
Serial (UART) Communications Functions:
setbaud(rate)