diff options
author | devnoname120 | 2018-06-09 17:13:25 +0200 |
---|---|---|
committer | Sunguk Lee | 2018-06-10 00:25:14 +0900 |
commit | 11d26fcf3b3186aa0dbdda4d4c272cde92cba307 (patch) | |
tree | ade82f4eede6619b54aa9507ce7a60d4a138d752 /nids/360/SceOled.yml | |
parent | add SceSblPostSsMgr nids (#323) (diff) | |
download | vds-libraries-11d26fcf3b3186aa0dbdda4d4c272cde92cba307.tar.gz |
Add some SceOled NIDs
Diffstat (limited to 'nids/360/SceOled.yml')
-rw-r--r-- | nids/360/SceOled.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nids/360/SceOled.yml b/nids/360/SceOled.yml new file mode 100644 index 0000000..a598b55 --- /dev/null +++ b/nids/360/SceOled.yml @@ -0,0 +1,13 @@ +modules: + SceOled: + nid: 0x5410837A + libraries: + SceOledForDriver: + nid: 0x60C7478A + functions: + sceOledDisplayOff: 0xBC84602E + sceOledDisplayOn: 0x4C7836C7 + sceOledGetBrightness: 0x43EF811A + sceOledSetBrightness: 0xF9624C47 + sceOledSetDisplayColorSpaceMode: 0xDABBD9D3 + sceOledWaitReady: 0x0CC6BCB4 |