Updated README.MD with outline
This commit is contained in:
parent
708cc4f250
commit
a4c9d29cfb
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
Idea
|
Ethernet Text Clock
|
||||||
########################
|
########################
|
||||||
|
|
||||||
Have an LCD screen connected to ethernet to show short texts.
|
Have an LCD screen connected to ethernet to show short texts.
|
||||||
|
@ -9,3 +9,10 @@ Requirements:
|
||||||
* Ethernet (W5500)
|
* Ethernet (W5500)
|
||||||
* LCD screen
|
* LCD screen
|
||||||
* (RTC)
|
* (RTC)
|
||||||
|
|
||||||
|
Outline of intermediate projects
|
||||||
|
-----------
|
||||||
|
1. Serial to Display with scrolling text ( and Time )
|
||||||
|
2. Ethernet(DHCP) to Serial Text display
|
||||||
|
3. Combine previous steps: Use Ethernet for input to Display
|
||||||
|
4. Define Commandset for dimming, clearing.
|
||||||
|
|
Loading…
Reference in a new issue