AEFeinstein / AEFeinstein/Super-2023-Swadge-FW

Future optimizations

Abierto
#73 1 comentario 0 reacciones 1 asignado Reclamado por @cnlohr Ver en GitHub
future
Lenguaje dominante
C
Estrellas
18
Forks
11
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.