summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-07-26 15:58:57 +0200
committerGitHub <noreply@github.com>2020-07-26 15:58:57 +0200
commit4f51d429a57342a16cd3d250a2b8387a8101c6ba (patch)
tree90a388959c721ce8afd481f3f5ed47125b5aaf59 /doc
parentc96a53e1a8d203e18ccda24b3754037fad12a6ca (diff)
parent29b5caf895766ccca523faed2d3f88798ee571f4 (diff)
Merge branch 'develop' into patch-2
Diffstat (limited to 'doc')
-rw-r--r--doc/SPI-LCD-driver.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/SPI-LCD-driver.md b/doc/SPI-LCD-driver.md
index 3c33c258..f787aab7 100644
--- a/doc/SPI-LCD-driver.md
+++ b/doc/SPI-LCD-driver.md
@@ -24,17 +24,17 @@ As I said in the introduction, the datasheet will be your bedside book during yo
The schematic of your board (the Pinetime schematics in this case) will also be very important, as you'll need to know how the LCD controller is physically connected to the MCU.
-How to read the datasheet? I recommand to read it from the beginning to the end (no joke) at least once. You certainly do not need to read everything in details, but it's good to know what information is available and where in the document. It'll be very useful during the developpment phase.
+How to read the datasheet? I recommend to read it from the beginning to the end (no joke) at least once. You certainly do not need to read everything in details, but it's good to know what information is available and where in the document. It'll be very useful during the development phase.
You'll want to read some part with more attention :
- Data color coding in 4-Line Serial Interface : how to send the pixel to be display to the controller
-- Display Data Ram : how is the memory organised
+- Display Data Ram : how is the memory organized
- Power On/Off sequence
- System function commands : all the commands you can send to the controller.
## One Pixel at a time
-## Bulk transfert
+## Bulk transfers
## DMA