diff options
author | Sergi Granell | 2018-07-28 16:13:10 +0200 |
---|---|---|
committer | Sergi Granell | 2018-07-28 16:13:10 +0200 |
commit | 98628d0236ead94ea2d3796c9cadfe6e5ab2bbea (patch) | |
tree | de861cff6652b0bf6307e78ee24c981d026717df | |
parent | Merge pull request #336 from xerpi/iftu (diff) | |
download | vds-libraries-98628d0236ead94ea2d3796c9cadfe6e5ab2bbea.tar.gz |
Add more SceOled NIDs
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceOled.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nids/360/SceOled.yml b/nids/360/SceOled.yml index a598b55..91d4a2c 100644 --- a/nids/360/SceOled.yml +++ b/nids/360/SceOled.yml @@ -8,6 +8,8 @@ modules: sceOledDisplayOff: 0xBC84602E sceOledDisplayOn: 0x4C7836C7 sceOledGetBrightness: 0x43EF811A + sceOledGetDDB: 0xC9D5987C + sceOledGetDisplayColorSpaceMode: 0x4F8A1D4A sceOledSetBrightness: 0xF9624C47 sceOledSetDisplayColorSpaceMode: 0xDABBD9D3 sceOledWaitReady: 0x0CC6BCB4 |