Difference between revisions of "SceLcd"

From Vita Development Wiki
Jump to navigation Jump to search
Line 115: Line 115:
  
 
<source lang="c">int ksceLcdSetDisplayColorSpaceMode(int mode);</source>
 
<source lang="c">int ksceLcdSetDisplayColorSpaceMode(int mode);</source>
 +
 +
=== sceLcdGetDDBForDriver ===
 +
{| class="wikitable"
 +
|-
 +
! Version !! NID
 +
|-
 +
| 3.60 || 0xE03E120B
 +
|}
 +
 +
<source lang="c">int sceLcdGetDDBForDriver(unsigned short *supplier_id, unsigned short *supplier_elective_data);</source>
 +
 +
Returns the Device Descriptor Block (DDB), read with MIPI DSI command <code>read_DDB_start</code> (<code>0xA1</code>).
  
 
[[Category:Modules]]
 
[[Category:Modules]]
 
[[Category:Kernel]]
 
[[Category:Kernel]]

Revision as of 09:39, 8 January 2019

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

ksceLcdWaitReady

Version NID
3.60 0x0C7E03D8
int ksceLcdWaitReady();

Waits until the LCD has been initialized.

ksceLcdGetDisplayColorSpaceMode

Version NID
3.60 0x17F66722
int ksceLcdGetDisplayColorSpaceMode(void);

ksceLcdDisplayOff

Version NID
3.60 0x1A0A7519
int ksceLcdDisplayOff();

ksceLcdGetBrightness

Version NID
3.60 0x3A6D6AC3
int ksceLcdGetBrightness(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_dispatch_cmd_list

Version NID
3.60 0x59CCDC97

Dispatches the LCD cmd list (using SceLcdForDriver_5127FB5E).

ksceLcdSetBrightness

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

ksceLcdDisplayOn

Version NID
3.60 0x5F4124AB
int ksceLcdDisplayOn();

ksceLcdSetDisplayColorSpaceMode

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

sceLcdGetDDBForDriver

Version NID
3.60 0xE03E120B
int sceLcdGetDDBForDriver(unsigned short *supplier_id, unsigned short *supplier_elective_data);

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