I need the ASM codes to activate the charger light and turn the LCD off.
1) Please write more descriptive topic titles
2) Please post in the correct subforum. This is the Graphics subforum, and you're asking a z80 assembly question.
3) Please tell us what you've already tried and where you've already looked to answer this question yourself.
The charger LED is controlled directly by the battery charge controller chip and cannot be toggled in software. The LCD backlight can be easily controlled, but the LCD itself has a separate controller (which itself draws a small but non-negligible current) and turning that on and off is much more conplicated.


Code:
BacklightOff:
 in a, (3Ah)
 and (20h)
 out (3Ah), a
 ret

BacklightOn:
 b_call(_BacklightPowerOnInit)
The TI-84 CSE doesn't exist.
DJ_O wrote:
The TI-84 CSE doesn't exist.

Before you get confused solarsoftware, there is no TI 84 CSE, there is however a TI 84 +CSE
DJ_O wrote:
The TI-84 CSE doesn't exist.

APotato wrote:
DJ_O wrote:
The TI-84 CSE doesn't exist.

Before you get confused solarsoftware, there is no TI 84 CSE, there is however a TI 84 +CSE

Thank you, BrandonW, for clarifying that.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement