Jump to content



Photo
- - - - -

Bottom Menu


  • Please log in to reply
1 reply to this topic

#1 wez123

wez123

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 27 April 2011 - 08:57 PM

Hi,

I'm programming using the SDK for the fx-9860GII, I was wondering if you would be able to help me find a way of replicating the menu's used at the bottom of the Add-Ins, usually to label the function keys. I just want to check if there is an easier way to do this other than manually drawing the labels.

Thank you very much

#2 Martin

Martin

    Casio Freak

  • Members
  • PipPipPipPip
  • 121 posts
  • Gender:Male
  • Location:Praha
  • Interests:asm on cfx9850

  • Calculators:
    fx82l
    fx7700GB
    cfx9850G
    TI92
    fx9860G SD
    Rheinmetall KEL IIc
    H. W. Ebmeyer - Tarema
    fx cg20

Posted 28 April 2011 - 09:12 AM

I just want to check if there is an easier way to do this other than manually drawing the labels.

Hello,
I thing you have following possibilities:
1. find the menu you need (if it exists) in firmware and copy it to the screen. This is easy to do (for CPU), but difficult for developer, because different FW versions may have it on different places.
2. find a syscall which shows screen you need (this has very low probability as you will probably not ask user to optimize flash or set speed of drawing (dynamic graphs)
3. draw the menu yourself - this is easy, but arduous. You can use PrintMini() function and draw a rectangle around it or hard code bitmap in your source, your program will then simply copy this buffer in DD or VRAM.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users