Subject:
|
Re: tweaking around dlcd_show( )
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 4 Sep 2001 07:16:27 GMT
|
Viewed:
|
1693 times
|
| |
| |
Thank you Bernardo.
As I explained during the discussion with Martin, I decided to use
rather arrays of functions.
So now I've got my own functions like
void Lcd4BotL(){
dlcd_show(LCD_4_BOTL);
}
and the use of the array with an index is now fully transparent and
suits perfectly to my needings (a nice progress bar ;-). Maybe it is a
bit heavier,... no matter.
--
Alexandre Bec
laleks-at-free-dot-fr
--
|
|
Message has 1 Reply:
Message is in Reply To:
| | Re: tweaking around dlcd_show( )
|
| (...) The macros LCD_?_* expand to two integers, separated by a comma; dlc_show() is a macro that expects one argument but uses it as an argument to macros expecting two arguments. I don't know exactly how this works, but it's to do with the order (...) (23 years ago, 3-Sep-01, to lugnet.robotics.rcx.legos)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|