SceLcd

From Vita Development Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Module

Version World Privilege
3.60 Non-secure Kernel

Libraries

Known NIDs

Version Name World Visibility NID
3.60 SceLcdForDriver Non-secure Kernel 0xFA916D71

SceLcdForDriver

sceLcdWaitReadyForDriver

Version NID
3.60 0x0C7E03D8

Waits until the LCD has been initialized.

int sceLcdWaitReadyForDriver(void);

sceLcdGetDisplayColorSpaceModeForDriver

Version NID
3.60 0x17F66722
int sceLcdGetDisplayColorSpaceModeForDriver(void);

sceLcdDisplayOffForDriver

Version NID
3.60 0x1A0A7519
int sceLcdDisplayOffForDriver(void);

SceLcdForDriver_1D73D7F3

Version NID
3.60 0x1D73D7F3
int SceLcdForDriver_1D73D7F3(int unk);

sceLcdGetBrightnessForDriver

Version NID
3.60 0x3A6D6AC3
int sceLcdGetBrightnessForDriver(void);

SceLcdForDriver_5127FB5E

Version NID
3.60 0x5127FB5E
int SceLcdForDriver_5127FB5E(u8 cmd, void *buffer, int size);

Sends a command to the LCD.

SceLcdForDriver_59CCDC97

Version NID
3.60 0x59CCDC97

Dispatches the LCD cmd list (using SceLcdForDriver_5127FB5E).

sceLcdSetBrightnessForDriver

Version NID
3.60 0x581D3A87
int sceLcdSetBrightnessForDriver(unsigned int brightness);

sceLcdDisplayOnForDriver

Version NID
3.60 0x5F4124AB
int sceLcdDisplayOnForDriver();

sceLcdSetDisplayColorSpaceModeForDriver

Version NID
3.60 0xD40968FB
int sceLcdSetDisplayColorSpaceModeForDriver(int mode);

sceLcdGetDDBForDriver

Version NID
3.60 0xE03E120B

Returns the Device Descriptor Block (DDB), read with MIPI DSI command read_DDB_start (0xA1).

int sceLcdGetDDBForDriver(unsigned short *supplier_id, unsigned short *supplier_elective_data);