micropython/tests/extmod
Radomir Dopieralski 225e22b287 extmod/modframebuf: Make FrameBuffer handle 16bit depth.
Rename FrameBuffer1 into FrameBuffer and make it handle different bit
depths via a method table that has getpixel and setpixel.  Currently
supported formats are MVLSB (monochrome, vertical, LSB) and RGB565.

Also add blit() and fill_rect() methods.
2016-12-01 16:43:25 +11:00
..
btree1.py tests/btree1: Fix out of memory error running on esp8266. 2016-10-29 19:53:31 +03:00
btree1.py.exp
framebuf1.py extmod/modframebuf: Make FrameBuffer handle 16bit depth. 2016-12-01 16:43:25 +11:00
framebuf1.py.exp tests/extmod/framebuf1: Test framebuffer pixel clear, and text function. 2016-11-03 00:10:17 +11:00
framebuf16.py extmod/modframebuf: Make FrameBuffer handle 16bit depth. 2016-12-01 16:43:25 +11:00
framebuf16.py.exp extmod/modframebuf: Make FrameBuffer handle 16bit depth. 2016-12-01 16:43:25 +11:00
machine1.py
machine1.py.exp
machine_pinbase.py
machine_pinbase.py.exp
machine_pulse.py
machine_pulse.py.exp
ticks_diff.py tests/extmod/ticks_diff: Test for new semantics of ticks_diff(). 2016-10-30 21:33:12 +03:00
ticks_diff.py.exp tests/extmod/ticks_diff: Test for new semantics of ticks_diff(). 2016-10-30 21:33:12 +03:00
time_ms_us.py
time_ms_us.py.exp
ubinascii_a2b_base64.py
ubinascii_b2a_base64.py
ubinascii_crc32.py
ubinascii_hexlify.py
ubinascii_unhexlify.py
uctypes_array_assign_le.py
uctypes_array_assign_le.py.exp
uctypes_array_assign_native_le.py
uctypes_array_assign_native_le.py.exp
uctypes_bytearray.py
uctypes_bytearray.py.exp
uctypes_le.py
uctypes_le.py.exp
uctypes_le_float.py
uctypes_le_float.py.exp
uctypes_native_float.py
uctypes_native_float.py.exp
uctypes_native_le.py
uctypes_native_le.py.exp
uctypes_ptr_le.py
uctypes_ptr_le.py.exp
uctypes_ptr_native_le.py
uctypes_ptr_native_le.py.exp
uctypes_sizeof.py
uctypes_sizeof.py.exp
uctypes_sizeof_native.py
uctypes_sizeof_native.py.exp
uhashlib_sha1.py tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm. 2016-10-28 19:51:46 +03:00
uhashlib_sha256.py tests/extmod/uhashlib_sha256: Rename sha256.py test. 2016-10-28 19:51:54 +03:00
uheapq1.py
uheapq_timeq.py extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms(). 2016-11-12 02:33:17 +03:00
uheapq_timeq.py.exp extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms(). 2016-11-12 02:33:17 +03:00
ujson_dumps.py
ujson_dumps_extra.py
ujson_dumps_extra.py.exp
ujson_dumps_float.py
ujson_load.py tests/extmod: Add test for ujson.load(). 2016-10-13 11:46:49 +11:00
ujson_loads.py tests/extmod: Improve ujson coverage. 2016-11-22 15:48:42 +11:00
ujson_loads_float.py
urandom_basic.py
urandom_extra.py
ure1.py
ure_error.py
ure_group.py
ure_namedclass.py
ure_split.py
ure_split_empty.py
ure_split_empty.py.exp
uzlib_decompio.py
uzlib_decompio.py.exp
uzlib_decompio_gz.py
uzlib_decompio_gz.py.exp
uzlib_decompress.py
vfs_fat_fileio.py extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 2016-10-24 12:59:20 +11:00
vfs_fat_fileio.py.exp extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 2016-10-24 12:59:20 +11:00
vfs_fat_fsusermount.py tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage. 2016-10-27 12:22:42 +11:00
vfs_fat_fsusermount.py.exp tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage. 2016-10-27 12:22:42 +11:00
vfs_fat_oldproto.py tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto". 2016-11-06 01:47:44 +03:00
vfs_fat_oldproto.py.exp tests/extmod/vfs_fat_oldproto: Test old block device protocol. 2016-10-27 12:22:43 +11:00
vfs_fat_ramdisk.py tests/extmod/vfs_fat: Improve VFS test coverage. 2016-10-24 12:49:19 +11:00
vfs_fat_ramdisk.py.exp tests/extmod/vfs_fat: Improve VFS test coverage. 2016-10-24 12:49:19 +11:00