Search results

  1. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    What about High-Speed OSC configurations. E2+F0 registers. The problem is in pattern to unlock this mode.
  2. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    processing mode; Not handheld I was meaning.
  3. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    Ha, no, but I’m consulting with Cooler3D about this. You could laugh, but he's one, who sent me the datasheet.
  4. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    No, I use only my brain. Sorry that I'm not good at English. Unfortunately your verdict is stupid.
  5. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    @masagrator — you're right, and I'll fix the wording. SaltyNX's colour correction already showed panel writes work under HOS; calling it a "common belief" was sloppy of me. The part that's actually worth keeping from that section is narrower: the driver blanks VIDEO_ENABLE for the duration of a...
  6. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    Switch OLED panel above 64 Hz: a full map of what blocks it (and a request for the DDIC register map) I've spent a while trying to push the Switch OLED panel (Samsung AMS699VC01, ID 0x2050) past 60 Hz. 64 Hz works. Above that it breaks, and I now know a lot about why — but not everything...
  7. Dimasick-git

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    No, you're not correct. On switch and gamepads use - hidsys, but lite models not. It's use - GPIO. But on charging you could use - PWM. So this code, will work, only with switch (v1, 2; OLED, almost with all gamepads), but not with switch lite.
  8. Dimasick-git

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    I couldn't see here pattern for lite model. I think it's not working on Nintendo Switch Lite.
  9. Dimasick-git

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    Also, if you give me more time, I will upload with my work. As soon as I can:)
  10. Dimasick-git

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    I have a lot of rubbish in my code. I'm trying to compare it all. And one thing - Led is working only with charging. Also now with out it.
  11. Dimasick-git

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    Oh, thanks for your kode, on libnx, by controlling PWM on lite! :yayswitch: 1771054677 Yeah, it's going to work in version 2.2.5, by charging switch. I will update it today or tomorrow.
  12. Dimasick-git

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    Hi! I've done it. Now I can control led on my lite. In future, I will add it to my project - Ryazhahand-Overlay. Here it's, for check! Good luck) Actually, I can say, that hoag is thery difficult to control.