The Life on Screen demo is based around an old framebuffer I want to remove from the library. Rather than refactor the Life demo, I have copied the old frame and linebuffer modules into the demo so it can continue to run while tidying up the main lib directory.
This change removes unused modules from lib and improves a number of READMEs and source comments.
NB. The use of clock_gen_* modules is deprecated. They are still used by Project F maths demo, but will be removed soon.
The Life on Screen demo is based around an old framebuffer I want to remove from the library. Rather than refactor the Life demo, I have copied the old frame and linebuffer modules into the demo so it can continue to run while tidying up the main
lib
directory.This change removes unused modules from
lib
and improves a number of READMEs and source comments.NB. The use of clock_gen_* modules is deprecated. They are still used by Project F maths demo, but will be removed soon.