diff options
Diffstat (limited to 'nids/360/SceOled.yml')
-rw-r--r-- | nids/360/SceOled.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nids/360/SceOled.yml b/nids/360/SceOled.yml new file mode 100644 index 0000000..91d4a2c --- /dev/null +++ b/nids/360/SceOled.yml @@ -0,0 +1,15 @@ +modules: + SceOled: + nid: 0x5410837A + libraries: + SceOledForDriver: + nid: 0x60C7478A + functions: + sceOledDisplayOff: 0xBC84602E + sceOledDisplayOn: 0x4C7836C7 + sceOledGetBrightness: 0x43EF811A + sceOledGetDDB: 0xC9D5987C + sceOledGetDisplayColorSpaceMode: 0x4F8A1D4A + sceOledSetBrightness: 0xF9624C47 + sceOledSetDisplayColorSpaceMode: 0xDABBD9D3 + sceOledWaitReady: 0x0CC6BCB4 |