diff --git a/docs/plugins/registermap/registermap.rst b/docs/plugins/registermap/registermap.rst index 9e6be7b4f0..a4ff42931c 100644 --- a/docs/plugins/registermap/registermap.rst +++ b/docs/plugins/registermap/registermap.rst @@ -132,3 +132,18 @@ The structure of an Option type object: User can create it's own .xml file for any device and add it to where scopy is build in "/plugins/regmap/xmls/" to be able to see the register map table + +Preferences +-------------------------------------------------------------------------------- + +This plugin provides functionality to visualize register and bitfield values with color coding. +Users have the option to choose from the following visualization methods: + +1. Change the background color of the register to reflect its value. +2. Change the text color of the register value to reflect its value. +3. Change the background color of the bitfield to reflect its value. +4. Change the text color of the bitfield value to reflect its value. + +Users can select any combination of the above options, but only one method can be applied to the register and one method to the bitfield at a time. + +