Difference between revisions of "SceLcd"

From Vita Development Wiki
Jump to navigation Jump to search
Line 30: Line 30:
 
|}
 
|}
  
<source lang="c">int sceLcdWaitReadyForDriver();</source>
+
Waits until the LCD has been initialized.
  
Waits until the LCD has been initialized.
+
<source lang="c">int sceLcdWaitReadyForDriver(void);</source>
  
 
=== sceLcdGetDisplayColorSpaceModeForDriver ===
 
=== sceLcdGetDisplayColorSpaceModeForDriver ===
Line 52: Line 52:
 
|}
 
|}
  
<source lang="c">int sceLcdDisplayOffForDriver();</source>
+
<source lang="c">int sceLcdDisplayOffForDriver(void);</source>
  
 
=== SceLcdForDriver_1D73D7F3 ===
 
=== SceLcdForDriver_1D73D7F3 ===
Line 137: Line 137:
  
 
<source lang="c">int sceLcdGetDDBForDriver(unsigned short *supplier_id, unsigned short *supplier_elective_data);</source>
 
<source lang="c">int sceLcdGetDDBForDriver(unsigned short *supplier_id, unsigned short *supplier_elective_data);</source>
 
  
  
 
[[Category:Modules]]
 
[[Category:Modules]]
 
[[Category:Kernel]]
 
[[Category:Kernel]]

Revision as of 23:44, 10 April 2020

Module

Known NIDs

Version Name World Privilege NID
3.60 SceLcd Non-secure Kernel 0x32FDD1BB

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);