Hello,
I got my lcd (MtxOrb) working with the lcdproc and freeamp. I want to try 
without the lcdproc. So I disabled the LCDPROC by doing the following 
(please correct me if I am wrong) in lcdui.cpp.
#define LCDPROC_4 0 (It was 1 originally). My understanding of the code is 
if LCDPROC_4 is disabled it will compile  lcd.c, MtxOrb.c,drv_base.c 
(instead of opening the socets to connec to LCDPROC's LCDd)

When I run the freeamp with lcd.ui, it complains that "Undefined Symbol 
LCD". Could anybody suggest anything?. I would appreciate what else I should 
do to talk to the LCD directly (without being a client for LCDPROC?). with 
the current lcdui.cpp code. I want to get it before I modiy/add anything?..

thanks for your help..
Julius...


The following is the part I am mentioning (from LCDUI.cpp).

#if LCDPROC_4
extern "C" {
#include "sockets.h"
           }
#else
extern "C" {
#include "MtxOrb.h"
#include "lcd.h"
#include "drv_base.h"


>From: Scott Scriven <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Redoing the LCD.UI?.
>Date: Mon, 7 Feb 2000 13:14:32 -0700
>
>* Julius Xavier <[EMAIL PROTECTED]> wrote:
> >>The lcd.ui in freeamp should be compatible with LCDd-0.4-pre8
> >>and several earlier versions.  However, the LCDd client
> >>protocol is in the process of changing, and lcd.ui will need to
> >>be updated to work with LCDd-0.4-pre10.
> >
> > Can anyone tell me what sort of thing need to be done sothat I can try?.
>
>The protocol is being updated, by changing a few matters of
>syntax.  An old-style command might look like this:
>
>       widget_set screen widget 3 2 "Booger"
>
>And the new syntax allows parameters to come in any order:
>
>       widget_set screen widget -x 3 -y 2 -text "booger"
>
>It's not a big change, but it's enough that clients will have
>to be updated.  (and hopefully won't need to be updated again
>for quite a while)
>
> > I am happy to improve or redo the LCD UI (add playlist, input
> > etc.), and update it. However there is one problem. I am not
> > that experienced software developer. But I have some time and
> > I can take it as a project. I need some docomentation of "how
> > to do UI" and help (guidence) from the experienced people like
> > you. Can I rely on your knowledge and start the project?
>
>The freeamp-dev list should be able to help you with the UI
>parts of the code, and I (or the lcdproc list) can help you
>with the LCD parts of the code.  :)
>
>
>  _  _ _  _ ___ ___  ---"I don't get even - I just get odder."---
>( \/ ( \/ (__ (__ ) |     Scott Scriven (Toy Keeper / XYZZ)    |
>  \  / \  /  //  //  |       mailto:[EMAIL PROTECTED]      |
>  /  \ / /  //_ //_  |     irc:serdevian.dyn.omnipotent.net     |
>(_/\_(_/  (___(___) |  http://www.vis.colostate.edu/~scriven/  |
>
>_______________________________________________
>[EMAIL PROTECTED]
>http://www.freeamp.org/mailman/listinfo/freeamp-dev

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to