[Ktechlab-devel] simple project. 2,3

2007-06-20 Thread Alan Grimes
> Done and added to repository. ;) Okay, here's the next one. 2: the matrix display driver is rather poorly designed, it uses hard-coded data tables... (who ever thought of putting data in code anyway, sheesh!) Interestingly, it implements a Japanese font (including roughly 32 katakana and kan

Re: [Ktechlab-devel] simple project. 2,3

2007-06-20 Thread Jason Lucas
On Wed, 2007-06-20 at 19:53 -0400, Alan Grimes wrote: > > Done and added to repository. > > ;) > > Okay, > > here's the next one. > 2: > > the matrix display driver is rather poorly designed, it uses hard-coded > data tables... (who ever thought of putting data in code anyway, sheesh!) > > Int

Re: [Ktechlab-devel] simple project. 2,3

2007-06-20 Thread Alan Grimes
>> Other custom constants, which aren't a part of the standard yet, such as >> DPR, are defined at multiple locations. Remove all redundant definitions >> and make sure all source refers to the single constant. There shouldn't >> be redundant definitions anywhere. (long term project) > Agreed. A te