SceLcd: Difference between revisions

From Vita Development Wiki
Jump to navigation Jump to search
Line 34: Line 34:
Waits until the LCD has been initialized.
Waits until the LCD has been initialized.


=== ksceLcdSetDisplayColorSpaceMode ===
=== SceLcdForDriver_5127FB5E ===
{| class="wikitable"
|-
! Version !! NID
|-
| 3.60 || 0x5127FB5E
|}
 
<source lang="c">int SceLcdForDriver_5127FB5E(u8 cmd, void *buffer, int size);</source>
 
Sends a command to the LCD.
 
=== SceLcdForDriver_59CCDC97_dispatch_cmd_list ===
{| class="wikitable"
{| class="wikitable"
|-
|-
! Version !! NID
! Version !! NID
|-
|-
| 3.60 || 0xD40968FB
| 3.60 || 0x59CCDC97
|}
|}


<source lang="c">int ksceLcdSetDisplayColorSpaceMode(int mode);</source>
Dispatches the LCD cmd list (using SceLcdForDriver_5127FB5E).


=== ksceLcdSetBrightness ===
=== ksceLcdSetBrightness ===
Line 53: Line 65:


<source lang="c">int ksceLcdSetBrightness(unsigned int brightness);</source>
<source lang="c">int ksceLcdSetBrightness(unsigned int brightness);</source>
=== ksceLcdSetDisplayColorSpaceMode ===
{| class="wikitable"
|-
! Version !! NID
|-
| 3.60 || 0xD40968FB
|}
<source lang="c">int ksceLcdSetDisplayColorSpaceMode(int mode);</source>


[[Category:Modules]]
[[Category:Modules]]
[[Category:Kernel]]
[[Category:Kernel]]

Revision as of 09:23, 11 August 2017

Module

Known NIDs

Version Name World Privilege NID
3.60 SceLcd Non-secure Kernel ??

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.

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


ksceLcdSetDisplayColorSpaceMode

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