Could this lib be called something other then jseven? I know it is named this because of the old jal, but seven_segment.jal might make more sence. I did not know what jseven was till you said "seven segment" in this post.
In my hd lib, I used operator ^ to invert pins, you may be able to do this for common cathode/anode eg: const bit ANODE = True led_1 = 1 pin_a1 = led_1 ^ ANODE Matt. On Aug 17, 5:58 pm, Sunish Issac <[email protected]> wrote: > Common cathode seems to be more common. One more issue with posted jseven.ja > - can I assign different port pins for segments ? > > Sunish > > > > On Tue, Aug 18, 2009 at 12:20 AM, Joep Suijs <[email protected]> wrote: > > Hi Enzo, > > > Good to hear it works. > > Please email me the source and I'll integrate it in the same file. > > Do you know if either common cathode or common anode is used the most (say > > 90%)? Or are both used often? > > > Joep > > > 2009/8/17 seen <[email protected]> > > >> Hello Joep, > > >> the jseven.jal works very well! I simulated it with Proteus > >> (Labcenter). > > >> But, your file works only with common cathode seven segment display. > > >> I modified it for common anode (jseven_ca.jal) > > >> How can I send you my little contribution. > > >> Regards, > > >> Enzo > > >> On 16 août, 19:59, [email protected] wrote: > >> > Status: Assigned > >> > Owner: jsuijs > >> > Labels: Type-Enhancement Priority-Medium > > >> > New issue 85 by jsuijs: port of jsevenhttp:// > >> code.google.com/p/jallib/issues/detail?id=85 > > >> > port jseven (seven segment driver) to jallib. > > >> > (port done, still to be tested) > > >> > -- > >> > You received this message because you are listed in the owner > >> > or CC fields of this issue, or because you starred this issue. > >> > You may adjust your issue notification preferences at: > >>http://code.google.com/hosting/settings- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
