AEFeinstein / AEFeinstein/Super-2023-Swadge-FW

Future optimizations

オープン
#73 コメント 1 件 リアクション 0 件 担当者 1 名 @cnlohr が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。