aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Hinch2017-02-27 07:32:37 +0000
committerDamien George2017-02-28 17:45:24 +1100
commit1f549a3496ac543390a170a7eb7b242475063016 (patch)
tree7ea3b593cdbd1a705b522cc530945209b9776370 /docs
parented81574fe9f8f011db2f119d29767380eac2ec14 (diff)
docs/library/lcd160cr: Add note about supported JPEG format/encodings.
Diffstat (limited to 'docs')
-rw-r--r--docs/library/lcd160cr.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/lcd160cr.rst b/docs/library/lcd160cr.rst
index 56af097a1..a04f39882 100644
--- a/docs/library/lcd160cr.rst
+++ b/docs/library/lcd160cr.rst
@@ -341,7 +341,9 @@ Advanced commands
.. method:: LCD160CR.jpeg(buf)
- Display a JPEG. `buf` should contain the entire JPEG data.
+ Display a JPEG. `buf` should contain the entire JPEG data. JPEG data should
+ not include EXIF information. The following encodings are supported: Baseline
+ DCT, Huffman coding, 8 bits per sample, 3 color components, YCbCr4:2:2.
The origin of the JPEG is set by :meth:`LCD160CR.set_pos`.
.. method:: LCD160CR.jpeg_start(total_len)