Re: [Flashforth-devel] NeoPixel/WS2812 LEDs + FlashForth
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2022-01-09 20:31:01
|
One useful thing to know. Ram addresses $f000 - $f00f are free for use in the access bank. These are not used by the FF kernel. So you can define $f000 constant neo.count [ neo.count a, movwf, ] and skip setting of the ram bank. BR Mikael On 2022-01-09 15:39, Tristan Williams wrote: > I had some fun getting a NeoPixel ring to work with FlashForth (pic18) > so I thought I would have a go writing it up. > > https://tjnw.co.uk/ws2812/index.html > > The Forth assembler is really neat. > > Kind regards, > > Tristan > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel -- -- Mikael |