seelpro

Results 4 issues of seelpro

I made some adaptation for TFT driver for this board with small demo. Is there any interested?

Fix building v1.17, with onboard flash.

Small update to separate functions for different methods. Use like: @app.route('/', methods=['GET']) def get_func(): pass @app.route('/', methods=['POST']) def post_func(): pass Or (need check): ROUTES = [ # URI string matches......

add scripts and dockerfile to build container, compile binary files and flash it to device.