Difference between revisions of "Talk:STM32F407 Microcontroller"

From ScienceZero
Jump to: navigation, search
Line 1: Line 1:
==LCD options==
+
==LCD==
*Parallel, low level protocol
+
:*ETT 3.2" Directly connected software control
+
:*ETT 3.2" Directly connected by FSMC
+
*Serial, low level protocol
+
:*ETT 3.2" + 74HC595
+
:*SPI GLCD Directly connected
+
 
*Serial, high level protocol
 
*Serial, high level protocol
 
:*ETT 3.2" + Microcontroller
 
:*ETT 3.2" + Microcontroller
 
:*HDMI screen + RPI
 
:*HDMI screen + RPI
*Wireless
 
 
:*Smartphone/Pad + Wifi/BT module
 
:*Smartphone/Pad + Wifi/BT module
 +
 +
High level commands
 +
*Draw
 +
:*Pixel
 +
:*Line
 +
:*Rectangle
 +
:*Circle
 +
:*Filled rectangle
 +
:*Filled circle
 +
:*Stringcomamnds
 +
:*flood fill
 +
:*Text
 +
:*Bitmap
 +
:*Sprite
 +
*Read
 +
:*Pixel
 +
:*Variable
 +
*Write
 +
:*Variable
 +
*Upload
 +
:*Bitmap
 +
*Download
 +
:*Bitmap

Revision as of 10:09, 26 August 2013

LCD

  • Serial, high level protocol
  • ETT 3.2" + Microcontroller
  • HDMI screen + RPI
  • Smartphone/Pad + Wifi/BT module

High level commands

  • Draw
  • Pixel
  • Line
  • Rectangle
  • Circle
  • Filled rectangle
  • Filled circle
  • Stringcomamnds
  • flood fill
  • Text
  • Bitmap
  • Sprite
  • Read
  • Pixel
  • Variable
  • Write
  • Variable
  • Upload
  • Bitmap
  • Download
  • Bitmap