When I write to the FT800 do all instructions take the same time to execute?
Published:2024-04-14
-
- 用户_5489 (0)
- Although each instruction sent over SPI is 4 bytes long, this cannot be guaranteed as not every instruction does the same thing. E.g. some instructions must fetch objects from object RAM while OTHERS draw primitives on the fly. Widget instructions are like zip files which must be extracted to create a full list of commands for the display list.
- Published:2024-04-14