B4J Library [B4X] [XUI] SD Brightness - Star-Dust    Aug 22, 2020   (14 reactions) SD_Bightness
Author: Star-Dust
Version: 0.01
BrignessView
Events:
Change (Value As Float)
Funct... B4A Library Brightness - Informatix    Jul 20, 2016   (19 reactions) As you probably noticed, Phone.SetScreenBrightness does not change the screen brightness but the brightness of the current window. Here is a library that allows to change the screen brightness and select the brightness mode (automatic/manual). It allows also to change the window brightness.
Example:
'Sets the maximum brightness
Dim B As Brightness
B.SetScreenBrightnessMode(B.MODE_MANUAL)
B... B4R Library Adafruit_Neopixel - Based on V1.15.2 (Release date 15/10/2025) - Peter Simpson    Feb 27, 2026   (10 reactions) pixel‑level control, brightness management, and colour helpers. Functions: AnimatePixelColor (Start As UInt... The packed colour value. Percent The brightness percentage (0‑100). FadePixel (Index As UInt, Colour.... Count The number of pixels to fill. GetBrightness As Byte Returns the current global brightness.... SetBrightness (Brightness As Byte) Sets the global brightness level. Brightness A value from 0 (off) to 255 (maximum brightness). Note: This does not modify stored pixel colours. SetPixelColor (Index... B4R Library TM1637 - 4 digits display - Beja (first post)    Apr 21, 2025
Library updated to v1.20.
It allows to set the display brightness or turn the display on / off.
' Set the brightness between 0 (low) - 7 (high)
Private Brightness As Int = 3
tm.SetBrightness(Brightness, True)
' Turn the display OFF
tm.SetBrightness(Brightness, False)
' Turn... B4R Library Update to library 4 new functions for rAdafruitNeoPixel - Robert Valentino    Feb 23, 2020   (5 reactions) for brightness The reason I added these 4 functions is that I a working with my led lights with brightness set to 32 because I am sitting right next to them while doing the coding. Using SetBrightness is AdafruitNeoPixel changes the value you are writing to a led based on the brightness (now... on the strip) the Getting a value does a shift to restore brightness and then putting it to the other location does another shift for brightness to write out. This consent shifting to restore and set... B4R Library rTM1637Ex - rwblinn    Apr 9, 2022   (9 reactions) As Byte) Set Display Brightness The setting takes effect when a command is given to change the data being displayed. brightness - a number from 0 (lowes brightness) to 7 (highest brightness) on - turn display on or off SetBrightness (brightness As Byte, on As bool) Display Arbitrary Data Each byte... As TM1637Display Private PINCLK As Byte = 2 Private PINDIO As Byte = 3 Private BRIGHTNESS... brightness and turn the display ON or OFF tmDisplay.SetBrightness(BRIGHTNESS, displayOn) tmDisplay... B4J Library jHueBridge - Blueforcer    Apr 19, 2020   (6 reactions) Bridge_BrightnessChanged(DeviceName As String,Brightness As Int) Log("Client sets the brightness of device " & DeviceName & " to " & Brightness) End Sub Sub... B4i Library [CLASS] ZXBarcodeScanner - similar to Android ZXing app - with full torch control - JackKirk    Feb 7, 2016   (6 reactions)   tags: B4i Features:
'
' o Initial torch on/off state set by reading of ambient light brightness...-light-brightness.63106/
'
' o User can subsequently toggle torch on/off by tapping screen... code type and ambient light brightness reading - scan code
' type extracted via:
'
'... NavigationController
' ZXBC_Brightness_Min = brightness level below which torch is initially turned on
'... B4A Class ColorPalette and CircularPalette - derez    Dec 26, 2014   (16 reactions) There are many ways to pick a color from within an application, so I contribute another. You select any possible color in a the color palette, modify the brightness and press ok. Some subs useful with colors which were used are enabled as functions in the class: - ParseColor - returns the components of the color - HSLToRGB - COLORtoHSL The class needs the pictures in files. Edit: ver 1.1, landscape fills the screen. Edit: Ver. 2.0 Edit: Ver 2.1 limits the cursor movements to the palette. Edit... B4A Class ZXBarcodeScanner - similar to native Android ZXing app - with full correct torch control - JackKirk    Mar 22, 2016   (7 reactions)   tags: B4A that allows you to manage the torch via real time brightness readings taken through the camera... library) real-time monitoring of brightness ' via camera on torch side of phone - NOT... (torch on whenever real-time ' brightness drops below a user definable threshold... Current brightness, torch mode and torch state can be read at any time ' ' o Error management... ' Brightness - current brightness ' ' Torch_Mode - current torch mode ' '... Page: 1   2   3   4   5   6   7   |