README 892 B

123456789101112131415161718192021
  1. # Steps:
  2. - [] eink takes 200x200 IMAGE_BLACK, IMAGE_RED or 800x480 IMAGE pixel inputs and sends them to eink.
  3. - [] Take PS2 input hex and keep memory of image in shell program. Clear on backspace. Add and subtract sufficient pixels.
  4. - [] Print $ on leftmost part. On enter click, test matches for program list, shift to next line if program name doesn't exist in memory.
  5. When at last line, trigger change.
  6. - [] Create program echo and echo2 that can be run in the shell program.
  7. - [] Program call -> Run program -> Shell
  8. Any interrupt -> Clear all program memory -> Shell
  9. Use swap on sd card as RAM
  10. $echo yo
  11. yo
  12. $echo2 yo
  13. yoyo
  14. # Steps2 = Steps ++:
  15. - [] Read from FAT32 formatted sd card.
  16. - [] Transfer all programs to sd card. Keep only shell and a program which fetches a list of all programs from sd card on flash.
  17. - [] Keep a memory register that records UNIX timestamp. (Optional)