ff-ad5m-backlight


Nameff-ad5m-backlight JSON
Version 0.1 PyPI version JSON
download
home_page
SummaryBacklight library for FlashForge Adventurer 5M useing IOCTL.
upload_time2024-03-06 17:08:43
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords flashforge adventurer 5m ad5m backlight adm5
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FlashForge Adventurer 5M backlight library

Can be used to enable/disable/set the backlight on a FlashForge Adventurer 5M (pro).

Usage:

```
$ backlight --help

usage: FF AD5M Backlight control [-h] [brightness]

Control the backlight, 0 disables, 1-100% sets backlight from 1 to 100%. Credits to @xblax for finding the IOCTLs.

positional arguments:
  brightness  brightness, 0 disables, >0 to 100.0 sets brightness in %, nothing returns current value (0-255)

options:
  -h, --help  show this help message and exit

See https://github.com/consp/flashforge_ad5m_backlight and https://github.com/xblax/flashforge_adm5_klipper_mod
```

# License

This work is licensed under GPLv3 

# Known issues

Messing with the dtd and disabeling the pwm control of the display section with render the IOCTL useless.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ff-ad5m-backlight",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Tristan Timmermans <none@yourbusiness.nowhere>",
    "keywords": "flashforge,adventurer,5m,ad5m,backlight,adm5",
    "author": "",
    "author_email": "Tristan Timmermans <none@yourbusiness.nowhere>",
    "download_url": "https://files.pythonhosted.org/packages/80/aa/c90577ff17f49daa7ddabf2c35829d81f6f6b391c79518ff06dfbd404637/ff-ad5m-backlight-0.1.tar.gz",
    "platform": null,
    "description": "# FlashForge Adventurer 5M backlight library\n\nCan be used to enable/disable/set the backlight on a FlashForge Adventurer 5M (pro).\n\nUsage:\n\n```\n$ backlight --help\n\nusage: FF AD5M Backlight control [-h] [brightness]\n\nControl the backlight, 0 disables, 1-100% sets backlight from 1 to 100%. Credits to @xblax for finding the IOCTLs.\n\npositional arguments:\n  brightness  brightness, 0 disables, >0 to 100.0 sets brightness in %, nothing returns current value (0-255)\n\noptions:\n  -h, --help  show this help message and exit\n\nSee https://github.com/consp/flashforge_ad5m_backlight and https://github.com/xblax/flashforge_adm5_klipper_mod\n```\n\n# License\n\nThis work is licensed under GPLv3 \n\n# Known issues\n\nMessing with the dtd and disabeling the pwm control of the display section with render the IOCTL useless.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Backlight library for FlashForge Adventurer 5M useing IOCTL.",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "flashforge",
        "adventurer",
        "5m",
        "ad5m",
        "backlight",
        "adm5"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52144d4b8c9e935ebf006b3aee9d01d72050ab68bf9f90f3d9dc0022eb33285a",
                "md5": "6f9e9ef1679d27b3acf08cdf8d74acff",
                "sha256": "ed3b4c4751125690b2f1171b8182cc8c9140b33a3ae05fca63877a0215b1d5b7"
            },
            "downloads": -1,
            "filename": "ff_ad5m_backlight-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f9e9ef1679d27b3acf08cdf8d74acff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15075,
            "upload_time": "2024-03-06T17:08:40",
            "upload_time_iso_8601": "2024-03-06T17:08:40.861846Z",
            "url": "https://files.pythonhosted.org/packages/52/14/4d4b8c9e935ebf006b3aee9d01d72050ab68bf9f90f3d9dc0022eb33285a/ff_ad5m_backlight-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80aac90577ff17f49daa7ddabf2c35829d81f6f6b391c79518ff06dfbd404637",
                "md5": "5e625324044cedf17d49ceff0e3aecaa",
                "sha256": "3e2db9700d91745bb2c0476733ae6e650d3a910e694f59e84735eb171d1a978a"
            },
            "downloads": -1,
            "filename": "ff-ad5m-backlight-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5e625324044cedf17d49ceff0e3aecaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14517,
            "upload_time": "2024-03-06T17:08:43",
            "upload_time_iso_8601": "2024-03-06T17:08:43.612508Z",
            "url": "https://files.pythonhosted.org/packages/80/aa/c90577ff17f49daa7ddabf2c35829d81f6f6b391c79518ff06dfbd404637/ff-ad5m-backlight-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 17:08:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ff-ad5m-backlight"
}
        
Elapsed time: 0.19997s