Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

types-circuitpython

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-circuitpython - pypi Package Compare versions

Comparing version
7.0.0rc1
to
7.0.0rc0
+10
-11
bindings/displayio/__init__.pyi

@@ -275,19 +275,18 @@ """Native helpers for driving displays

) -> bool:
"""When auto_refresh is off, and :py:attr:`target_frames_per_second` is not `None` this waits
for the target frame rate and then refreshes the display,
returning `True`. If the call has taken too long since the last refresh call for the given
target frame rate, then the refresh returns `False` immediately without updating the screen to
"""When auto refresh is off, waits for the target frame rate and then refreshes the display,
returning True. If the call has taken too long since the last refresh call for the given
target frame rate, then the refresh returns False immediately without updating the screen to
hopefully help getting caught up.
If the time since the last successful refresh is below the minimum frame rate, then an
exception will be raised. The default :py:attr:`minimum_frames_per_second` of 0 disables this behavior.
exception will be raised. The default ``minimum_frames_per_second`` of 0 disables this behavior.
When auto_refresh is off, and :py:attr:`target_frames_per_second` is `None` this
When auto refresh is off, ``display.refresh()`` or ``display.refresh(target_frames_per_second=None)``
will update the display immediately.
When auto_refresh is on, updates the display immediately. (The display will also update
When auto refresh is on, updates the display immediately. (The display will also update
without calls to this.)
:param Optional[int] target_frames_per_second: The target frame rate that :py:func:`refresh` should try to
achieve. Set to `None` for immediate refresh.
:param int target_frames_per_second: How many times a second `refresh` should be called and the screen updated.
Set to `None` for immediate refresh.
:param int minimum_frames_per_second: The minimum number of times the screen should be updated per second."""

@@ -737,3 +736,3 @@ ...

self,
bitmap: Union[Bitmap, OnDiskBitmap, Shape],
bitmap: Union[Bitmap, Shape],
*,

@@ -755,3 +754,3 @@ pixel_shader: Union[ColorConverter, Palette],

:param Bitmap,OnDiskBitmap,Shape bitmap: The bitmap storing one or more tiles.
:param Bitmap,Shape bitmap: The bitmap storing one or more tiles.
:param ColorConverter,Palette pixel_shader: The pixel shader that produces colors from values

@@ -758,0 +757,0 @@ :param int width: Width of the grid in tiles.

@@ -20,3 +20,2 @@ from __future__ import annotations

reset: microcontroller.Pin,
frequency: int = 30_000_000,
) -> None:

@@ -36,4 +35,3 @@ """Create a ParallelBus object associated with the given pins. The bus is inferred from data0

:param microcontroller.Pin read: Read pin
:param microcontroller.Pin reset: Reset pin
:param int frequency: The communication frequency in Hz for the display on the bus"""
:param microcontroller.Pin reset: Reset pin"""
...

@@ -40,0 +38,0 @@ def reset(self) -> None:

Metadata-Version: 2.1
Name: types-circuitpython
Version: 7.0.0rc1
Version: 7.0.0rc0
Summary: Type support (typings) for CircuitPython built-in binding packages.

@@ -50,3 +50,3 @@ Home-page: https://github.com/hardfury-labs/types-circuitpython

Following the [latest version of CircuitPython](https://github.com/adafruit/circuitpython/releases) and publish [types-circuitpython](https://pypi.org/project/types-circuitpython/#history) automatically.
Following the [latest version of CircuitPython](https://github.com/adafruit/circuitpython/releases) and publishing automatically, [types-circuitpython](https://pypi.org/project/types-circuitpython/#history).

@@ -53,0 +53,0 @@ ## Development

@@ -25,3 +25,3 @@ # types-circuitpython

Following the [latest version of CircuitPython](https://github.com/adafruit/circuitpython/releases) and publish [types-circuitpython](https://pypi.org/project/types-circuitpython/#history) automatically.
Following the [latest version of CircuitPython](https://github.com/adafruit/circuitpython/releases) and publishing automatically, [types-circuitpython](https://pypi.org/project/types-circuitpython/#history).

@@ -28,0 +28,0 @@ ## Development

@@ -6,3 +6,3 @@ from os import listdir, path

__name__ = "types-circuitpython"
__version__ = "7.0.0-rc.1"
__version__ = "7.0.0-rc.0"
__repo__ = "https://github.com/hardfury-labs/types-circuitpython"

@@ -9,0 +9,0 @@ __author__ = "HardFury"

Metadata-Version: 2.1
Name: types-circuitpython
Version: 7.0.0rc1
Version: 7.0.0rc0
Summary: Type support (typings) for CircuitPython built-in binding packages.

@@ -50,3 +50,3 @@ Home-page: https://github.com/hardfury-labs/types-circuitpython

Following the [latest version of CircuitPython](https://github.com/adafruit/circuitpython/releases) and publish [types-circuitpython](https://pypi.org/project/types-circuitpython/#history) automatically.
Following the [latest version of CircuitPython](https://github.com/adafruit/circuitpython/releases) and publishing automatically, [types-circuitpython](https://pypi.org/project/types-circuitpython/#history).

@@ -53,0 +53,0 @@ ## Development