How Can I Make Logic 1 and Logic 0 graphical with Node red and RPi 3

So you need just an indicator. There isn't any "ready for use" dashboard node for that purpose.
But You can use ui_template node for this. Yes it requires a bit scripting to get it done but at the end you will get exactly what you need.
Here is thread about making "LED" indicators
https://discourse.nodered.org/t/simple-led-indicator-on-dashboard/1375
But with ui_teplate node you can make kind of everything what is possible with html, css and javascript