numworks / epsilon-sample-app-rust

A sample Rust app for the NumWorks graphing calculator
BSD 3-Clause "New" or "Revised" License
50 stars 11 forks source link

Global Improvements #8

Closed Adi-df closed 2 years ago

Adi-df commented 2 years ago

Added new features to EADK, and improve eadk/eadk.s documentation:

  1. Keyboard scan function
  2. Display Pull rect
  3. Usual Rect functions
  4. Color from RGB888
  5. Push pixel and pull pixel helpers
  6. Screen size consts

And run cargo fmt to format code.