Reasonable real world TFT Dependency setup

Post your requests and ideas on the future development of mikroBasic PRO for ARM.
Post Reply
Author
Message
BeanAnimal
Posts: 5
Joined: 21 May 2013 12:49

Reasonable real world TFT Dependency setup

#1 Post by BeanAnimal » 21 May 2013 13:23

In the real world it is not common to have a TFT setup on consecutive IO pins on a single port... The TFT dependency configuration needs be more flexible

Either
TFT_Data_Pins(D0, D1, ... D15)

or
dim TFT_D0 as sbit at GPIOE_ODR.B11
dim TFT_D1 as sbit at GPIOE_ODR.C5
...
dim TFT_D15 as sbit at GPIOE_ODR.E2

The compiler should not limit hardware layout choices, when at all possible.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Reasonable real world TFT Dependency setup

#2 Post by filip » 22 May 2013 14:01

Hi,

Thank you for your proposal, I will inform our developers regarding this.

Regards,
Filip.

Post Reply

Return to “mikroBasic PRO for ARM Wish List”