Difference between revisions of "SceLcd"

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "== Module == === Known NIDs === {| class="wikitable" |- ! Version !! Name !! World !! Privilege !! NID |- | 3.60 || SceLcd || Non-secure || Kernel || ?? |} == Libraries ==...")
 
Line 21: Line 21:
  
 
== SceLcdForDriver ==
 
== SceLcdForDriver ==
 +
 +
=== ksceLcdWaitReady ===
 +
{| class="wikitable"
 +
|-
 +
! Version !! NID
 +
|-
 +
| 3.60 || 0x0C7E03D8
 +
|}
 +
 +
<source lang="c">int ksceLcdWaitReady();</source>
 +
 +
Waits until the LCD has been initialized.
  
 
=== ksceLcdSetDisplayColorSpaceMode ===
 
=== ksceLcdSetDisplayColorSpaceMode ===

Revision as of 09:16, 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.

ksceLcdSetDisplayColorSpaceMode

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

ksceLcdSetBrightness

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