Author Topic: Let me get this straight once and for all (regarding 83/84 screen size)  (Read 3955 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
The TI-83 Plus/84 Plus LCD is 96 pixels wide by 64 pixels high. Using assembly (even libs for BASIC), the entire LCD content can be used. Using pure BASIC commands, unless the TI-OS contains glitches proving this wrong, you can only use 95x63 (the right-most column and bottom-most row cannot be used)

http://www.ticalc.org/basics/calculators/ti-84plus.html
http://en.wikipedia.org/wiki/Ti-83#TI-83_Plus

If anyone is aware of what area of the screen can be used on a TI-85, 86, 89, 92/+/v200 and TI-Nspire, BASIC and ASM, and have proof, let me know.

TI-81: 96x64 BASIC, 96x64 ASM
TI-82 through 84+SE: 95x63 BASIC, 96x64 ASM
« Last Edit: April 07, 2010, 12:41:39 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Isn't there a flag (which would require ASM to set), to 'activate' the bottom row for normal drawing routines? (thus enabling the bottom row for BASIC programs) Just asking.

SirCmpwn

  • Guest
Looking at WikiTI, no, but WikiTI is incomplete.