0 Members and 4 Guests are viewing this topic.
If you've used the picture plot app and maually flip through through one of the animation pictures, the screen updates quite quickly.
Well, the picture files are limited in color. There appears to be a color palette in the file that determines what will be displayed. Judging by the contrast, I'd say it's limited to 256 colors.
It would be possible to write a program to display monochrome images, but it would have to convert 1 to $FFFF and 0 to $0000 due to the way the lcd ram is set up.
0038D110: MOV.L @($01*4+PC),R2 = #800200700038D112: MOV.L @($02*4+PC),R0 = #00001E560038D114: JMP @R2 = #80020070 ; syscall(1E56)0038D116: NOP0038D118: .data 80020070 dword ref:38D1100038D11C: .data 00001e56 dword ref:38D1120038D120: ;code ref:370C380038D120: MOV.L @($01*4+PC),R2 = #800200700038D122: MOV.L @($02*4+PC),R0 = #0000015E0038D124: JMP @R2 = #80020070 ; syscall(15E)0038D126: NOP0038D128: .data 80020070 dword ref:38D1200038D12C: .data 0000015e dword ref:38D1220038D130: ;code ref:355C100038D130: MOV.L @($01*4+PC),R2 = #800200700038D132: MOV.L @($02*4+PC),R0 = #000001680038D134: JMP @R2 = #80020070 ; syscall(168)0038D136: NOP