summaryrefslogtreecommitdiff
path: root/content/2023/pulse-width-modulation-on-oled-screens.md
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-12-05 11:57:10 +0100
committermms <michal@sapka.me>2023-12-05 11:57:10 +0100
commit4c17989711a76866214f71f645fdf8fe785c15ad (patch)
treef5d65084bacd3a6a3842ac512006c6da7b98fd1a /content/2023/pulse-width-modulation-on-oled-screens.md
parentb2606034ed696e5acc95f0033d19e6b0bef142c7 (diff)
chore: extract old blog posts to section
Diffstat (limited to 'content/2023/pulse-width-modulation-on-oled-screens.md')
-rw-r--r--content/2023/pulse-width-modulation-on-oled-screens.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/content/2023/pulse-width-modulation-on-oled-screens.md b/content/2023/pulse-width-modulation-on-oled-screens.md
deleted file mode 100644
index 5b5d654b..00000000
--- a/content/2023/pulse-width-modulation-on-oled-screens.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "Pulse Width Modulation on OLED Screens"
-category: "hardware"
-abstract: OLED flickers and some of us want to rip their eyes out
-date: 2023-02-23T15:13:20+01:00
-year: 2023
-draft: false
-tags:
-- OLED
-- PWM
-- mobile-phones
----
-Today I've learned about PWM (Pulse Width Modulation) on OLED screens. It turns out that brightness changes don't apply to individual pixels - they always shine at 100%. So instead, what happens is that unless we set the brightness to 100%, the device rapidly switches off and on again backlight of the screen.
-
-We are talking about hundreds of hertz, and there is [math to understand](https://en.wikipedia.org/wiki/Pulse-width_modulation), but some people can see the flickering and are therefore unable to use OLED screens.