New options in the commands modifers LCD OUT and TFT WRITE ?

Post your requests and ideas on the future development of mikroBasic PRO for 8051.
Post Reply
Author
Message
Jardik
Posts: 60
Joined: 06 Jan 2010 18:28

New options in the commands modifers LCD OUT and TFT WRITE ?

#1 Post by Jardik » 02 Sep 2013 23:28

Hello,

It would be possible to introduce a command LCD OUT (1,3, DEC A) and by analogy command output TFT display, where A is a numeric variable?

Without mofier DEC must use one row more with the command ByteToStr (t, txt).
In addition Modifier offers many more possibilities and combinations when working with variables.


It would be a big problem to introduce mikroBasic modifier type DEC, BIN, HEX??


Thank You

User avatar
marina.petrovic
Posts: 2986
Joined: 18 Apr 2013 08:11

Re: New options in the commands modifers LCD OUT and TFT WRI

#2 Post by marina.petrovic » 03 Sep 2013 12:22

Hi,

Thank you for your suggestion.
We will certainly consider new options that you suggested for Lcd_Out and TFT_Write functions.

Best regards,
Marina

ales22
Posts: 1
Joined: 03 Sep 2013 23:14

Re: New options in the commands modifers LCD OUT and TFT WRI

#3 Post by ales22 » 03 Sep 2013 23:24

hi,

great idea

Modifier DEC (or DEC1 for rounding decimal numbers to 1 decimal place), BIN, HEX uses many competing compiler. command ByteToStr (t, txt) I think it is rather a remnant of the old mikroBasic who unfortunately inherited a new mikroBasic Pro Compiler.
Command ByteToStr (t, txt) does not enjoin the option to display variables as many modifications DEC modifier variable (if possible without parentheses Modifier This is in fact delaying further unnecessary complications).

Ideal new syntax for displaying variables might look like this:

OUT LCD 1,3 "Variable is:", DEC A * 2.1 + 3, " "

Such syntax gives the programmer complete freedom and easier to read without great difficulty parentheses.

unless, however, compromise syntax looks like this:

OUT LCD (1,3 "Variable is:", DEC A * 2.1 + 3, " ")

Also, it will mean a lot of progress!

Of course, due to backward compatibility must also retain the option to use the old command ByteToStr (t, txt).

Is there a chance that you have mastered the syntax enhancements in a release before Christmas as a small Christmas gift ?

Thank you

User avatar
marina.petrovic
Posts: 2986
Joined: 18 Apr 2013 08:11

Re: New options in the commands modifers LCD OUT and TFT WRI

#4 Post by marina.petrovic » 04 Sep 2013 13:46

Hi,

Thank you both, ales22 and Jardik for a suggestions and ideas.
We are trying to consider all the ideas that come from our users, and implement them in all our compilers, if and when it is possible.

I can't make any promise regarding time when some of the suggestions will be implemented,
but we consider all suggestions seriously.

Once again, thank you for your suggestions.

Best regards,
Marina

Post Reply

Return to “mikroBasic PRO for 8051 Wish List”