Create a dynamic dashboard-style web page that allows you to graph signals like an oscilloscope. The page is for a KRIA KR260 and will be implemented using Python and Flask, as well as HTML, CSS, and JS. The essential requirements:
- The graph must plot data from memory addresses and, failing that, be able to generate a 1kHz square wave signal.
- It must be able to write 0s and 1s to the FPGA pins by activating buttons on the page.
- It must be able to write command data to memory that is written to the page.