AEFeinstein / AEFeinstein/Super-2023-Swadge-FW
Future optimizations
オープン
future
- 主要言語
- C
- スター
- 18
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Notes from grocery man regarding future optimizations to investigate:
* [x] Add `TURBO_SET_PIXEL_SETUP` macro.
* [x] Add `TURBO_SET_PIXEL_BOUNDED` macro.
* [x] Review bounded code, try typecasting to `unsigned` and `> DISPLAY_WIDTH` instead of checking both `> 0` && `< DISPLAY_WIDTH` (This should use `BGEU` / `BLTU`)
* [x] Convert `int`'s to `int32_t`'s where `int16_t`'s nonoptimal.
* [x] Add the `fillBackground` event to modes.
Other TODO:
* [ ] Explore strip update function for modes.
* [ ] Explore mode 7
* [ ] When Adam is done his sync timing on display, add vsync.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。