由 蘋果仁 · 十一月 6, 2017
在先前的文章中,介紹了 iPhone X 搭載的 OLED 螢幕到底是甚麼,以及有哪些先天上的缺陷,包括大家最在意的「螢幕烙印」就是其一。既然 OLED 會產生烙印是不可避免的,但我們還是有辦法透過一些方式來避免在下次換手機前出現烙印。對於這件事,蘋果官方也在網站中提出四點建議。

蘋果建議避免 OLED 螢幕烙印的方式
在蘋果官網上提到:
iPhone X 搭載 iOS 11,經過專門設計,以大幅減少長時間使用的影響,並延長 Super Retina 顯示器的觀賞時間。以下還有幾件事,可供您充分運用 Super Retina 顯示器:
- 將 iPhone X 更新到最新版 iOS。推出新的更新項目時,您會看到更新的提示。您也可以在「設定」>「一般」>「軟體更新」中檢查更新項目。
- 使用「自動調整亮度」,根據所在地點的周圍光線來自動調整顯示器亮度。此設定預設為開啟。若要查看這項設定,請前往「設定」>「一般」>「輔助使用」>「顯示器調節」。
- 設定 iPhone X,在不使用時關閉顯示器。建議選擇較短的時間。若要調整這項設定,請前往「設定」>「螢幕顯示與亮度」>「自動鎖定」。
- 請避免長時間以最大亮度顯示靜態影像。如果您有 app 在您未使用 iPhone X 時保持顯示器開啟,您可以使用「控制中心」暫時降低亮度。
何謂螢幕烙印?
更詳細的說明,可以參考
這篇文章,這邊簡單幫大家說明。
首先,可以想像 OLED 是由一整片一顆顆的燈泡所組成,而部分區域如果經常亮著,那個區域的燈泡就會提前衰變。局部區域的燈泡衰變後,就會顯得與周遭的螢幕亮度不一,彷彿「烙印」了一個圖案在螢幕上一樣。
螢幕烙印是 OLED 必然會發生的結果,只能透過軟體調整的方式延長壽命,讓使用者在下次換手機之前不要出現烙印就好。
', enableHover: false, enableTracking: true, buttons: { twitter: {via: ''}}, click: function(api, options){ api.simulateClick(); api.openPopup('twitter'); } }); $('#facebook').sharrre({ share: { facebook: true }, template: '
{total}', enableHover: false, enableTracking: true, buttons:{layout: 'box_count'}, click: function(api, options){ api.simulateClick(); api.openPopup('facebook'); } }); $('#googleplus').sharrre({ share: { googlePlus: true }, template: '
{total}', enableHover: false, enableTracking: true, buttons:{size: 'tall'}, urlCurl: 'http://ift.tt/2fYUMTU', click: function(api, options){ api.simulateClick(); api.openPopup('googlePlus'); } }); // Scrollable sharrre bar, contributed by Erik Frye. Awesome! var $_shareContainer = $(".sharrre-container"), $_header = $('#header'), $_postEntry = $('.entry'), $window = $(window), startSharePosition = $_shareContainer.offset(),//object contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(), topOfTemplate = $_header.offset().top, topSpacing = _setTopSpacing(); //triggered on scroll shareScroll = function(){ var scrollTop = $window.scrollTop() + topOfTemplate, stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing); $_shareContainer.css({position : 'fixed'}); if( scrollTop > stopLocation ){ $_shareContainer.css( { position:'relative' } ); $_shareContainer.offset( { top: contentBottom - $_shareContainer.outerHeight(), left: startSharePosition.left, } ); } else if (scrollTop >= $_postEntry.offset().top - topSpacing){ $_shareContainer.css( { position:'fixed',top: '100px' } ); $_shareContainer.offset( { //top: scrollTop + topSpacing, left: startSharePosition.left, } ); } else if (scrollTop 1024 ) { topSpacing = distanceFromTop + $('.nav-wrap').outerHeight(); } else { topSpacing = distanceFromTop; } return topSpacing; } //setup event listeners $window.scroll( _.throttle( function() { if ( $window.width() > 719 ) { shareScroll(); } else { $_shareContainer.css({ top:'', left:'', position:'' }) } }, 50 ) ); $window.resize( _.debounce( function() { if ( $window.width() > 719 ) { shareMove(); } else { $_shareContainer.css({ top:'', left:'', position:'' }) } }, 50 ) ); });
from 蘋果仁 – 你的科技媒體 http://ift.tt/2AkS186
沒有留言:
張貼留言