logisim-evolution/logisim-evolution
Ability to buffer the output of the RGB Video component
开放
#2,523 创建于 2026年3月13日
enhancementhelp wantedpri -1
仓库指标
- 星标
- (3,695 个星标)
- PR 合并指标
- (平均合并 3天 18小时) (30 天内合并 47 个 PR)
描述
It would be nice if we were able to buffer the output of the RGB Video component, instead of being forced to draw pixels one-by-one.
It could either be done by adding a "suppress output" component, which stops the display from updating while still being able to draw to it, or by adding a "flip" or "update" pin, which would actually display the drawn image.