Recent content by Dimasick-git

  1. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    No, I use only my brain. Sorry that I'm not good at English. So, do you need logs from my console?
  2. Dimasick-git

    Hacking Feedback Tutorial Project 120hz OLED - handled mode.

    @Nagaa — that's the most useful reply in the thread, thank you. You hitting the same ~64 Hz wall on L4T independently is stronger evidence than anything in my writeup, because we got there by completely different routes and without knowing about each other. And you're right to push back on the...
  3. 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...
  4. 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...
  5. 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.
  6. 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.
  7. 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:)
  8. 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.
  9. 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.
  10. 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.