Always display custom name in 8910 extender
Moderator: Moderators
-
bargain_pro
- Posts: 11
- Joined: Sat Apr 10, 2004 12:59 am
Always display custom name in 8910 extender
I want to keep the custom name ON all the time on the LCD. How do I do that? I am willing to change the ASM for the CustomName protocol.
Thanks,
bargain_pro
Thanks,
bargain_pro
-
bargain_pro
- Posts: 11
- Joined: Sat Apr 10, 2004 12:59 am
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Assuming that what you are saying is that you want the LCD display of the device name etc. to be on all the time and still have the light go on and off then commenting out the CALL LCDOff in L40: in the extender .asm file MAY do it for you. I have not tried this but it is worth a try.
I am not sure how much current the LCD draws but I am sure it will shorten the battery life.
I am not sure how much current the LCD draws but I am sure it will shorten the battery life.
-
bargain_pro
- Posts: 11
- Joined: Sat Apr 10, 2004 12:59 am
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
-
bargain_pro
- Posts: 11
- Joined: Sat Apr 10, 2004 12:59 am
Thanks, Nils.. Your solution worked like a charm!! The LCD display stays ON all the time after I removed "CALL LCDoff" line in the L40: routine. (line #633)
I guess the battery should last just as long because LCDs are typically very low drain hardware. And even if it does drain the battery, I am still OK with it since I use NiMH rechargable batteries. I will post the battery life results when my battery dies
Thanks again,
bargain_pro
I guess the battery should last just as long because LCDs are typically very low drain hardware. And even if it does drain the battery, I am still OK with it since I use NiMH rechargable batteries. I will post the battery life results when my battery dies
Thanks again,
bargain_pro
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
I would suggest he e-mail it to you rather than post it since I would not want it to accidently get mixed up with the "official" version.. If it is posted it has to be clearly labeled that it is a "modified extender" and is unsupported. Unless ofcourse he wants to support it.JPannell wrote:Is there any way that you could post the modified extender?
Thanks,
Jason
By the way, it was a pretty simple change so all you really need to do is download the assembler from jp1 files section, make the change outlined above, and re-assemble it, and install it. Each of these steps are pretty well documented.
-
bargain_pro
- Posts: 11
- Joined: Sat Apr 10, 2004 12:59 am
Nils is right, it is very trivial change to ASM file, all you have to do is remove "CALL LCDoff" line under L40: label and then assemble it using s3c8asm.exe (You will find this tool in the jp1/files/Programs directory at the very end).
C:\JP1> s3c8asm custom_8910ex1.asm -Acustom_8910ex1.hex -Lcustom_8910ex1.lst
If you still want my version of extender then please e-mail me at bargainoffice_AT_yahoo.com. You will, off course, need to patch it with your existing IR file using extinstall.exe.
C:\JP1> ExtInstall custom_extender.hex old_IR_file.txt new_IR_file.txt
C:\JP1> s3c8asm custom_8910ex1.asm -Acustom_8910ex1.hex -Lcustom_8910ex1.lst
If you still want my version of extender then please e-mail me at bargainoffice_AT_yahoo.com. You will, off course, need to patch it with your existing IR file using extinstall.exe.
C:\JP1> ExtInstall custom_extender.hex old_IR_file.txt new_IR_file.txt
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY