2017-02-23 54 views
1

我正在使用Roku應用程序並向Roku發送靜態圖像以顯示天氣信息。Roku有時會改變靜態圖像的顏色

代碼:

If this.content.WeatherImagePath <> Invalid 
    this.bitmaps[this.content.WeatherImagePath] = { 
     request: Invalid, 
     tries: 1, 
     bitmap: CreateObject("roBitmap", this.content.WeatherImagePath), 
     done: True 
    } 
End If 

我使用這個圖像顯示:

enter image description here

但我得到這樣在不同的時間 不同的反應:

enter image description here

有時在顯示圖像時沒有問題。 像:

enter image description here

設備的存儲詳情低於:

Available memory 14927808 used 24072192 max 39000000 

什麼能問題?

+0

後代,有一個正在進行的討論這個在https://forums.roku.com/viewtopic.php?f=34&t=99713 –

回答

0

這不是BrightSCript代碼的問題。

這是ROKU固件問題,在下一個固件版本上解決了這個問題。